Skip to content
This repository was archived by the owner on Dec 15, 2021. It is now read-only.

kasramp/sample-java-dynamic-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sample of Java Dynamic Proxy

This is an example of Java Dynamic Proxy to get you started with this feature. To understand how it works read the following article,

Requirements

  • JDK 11 or above
  • Maven

How to run

Execute,

$ mvn clean package && java -jar  target/sample-java-dynamic-proxy-1.0-SNAPSHOT-jar-with-dependencies.jar

Dynamic proxy related classes

The implementation of the dynamic proxy can be found under in /proxy/MethodexecutorLogger.java. And demonstration on how to use it is in Application.java.

Releases

No releases published

Packages

No packages published

Languages