Skip to content

This is a jdkproxy and annotation based implementation of a tiny java AOP framework.

Notifications You must be signed in to change notification settings

Titansonia/java-aop-jdkroxy-and-annotation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a JDKProxy and Java Annotation based Java AOP implementation.

ProxyFactory is where target object is bound with the specific handler according to the annotations.

aspect.Aspect inherits AbstractHandler and overwrites the invoke() method which is in this project further be annotated by @Before, @Around and @After to perform the related aspect actions.

For explanation purpose, the aspect action here indicated by @Around annotation calculates the total time executing a method.

About

This is a jdkproxy and annotation based implementation of a tiny java AOP framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages