This project is a simple demonstration of dynamic proxies in java. Proxied objects are created using a factory. The Proxy intercepts calls made to the object and handles them using a LoggingInvocationHandler
. This checks if the methods are annotated with the Loggable
annotation. If they are, it logs it. In either case, the method is executed.
-
Notifications
You must be signed in to change notification settings - Fork 0
laura-neale/dynamic-proxies-demo
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Simple demo of dynamic proxies in java
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published