Skip to content

greengerong/aop-handler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

aop-handler

Use java Jdk 1.7 Proxy to do the AOP work for your java bean. This is use for your project which without spring or another IOC/AOP framework(like OSGI/ODL).

You can use like that:

final StudentDao proxyInstance = AopUtils.proxy(studentDao, exception());

or chain warp:

final StudentDao proxyInstance = AopUtils.proxy(studentDao, exception(authentication()));

Task:

  • Exception handler.
  • Authentication
  • Feature toggle.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages