
java-interceptor
A library that makes "Interceptor" design pattern available for "plain old Java objects" methods. It uses a custom class loader in order to modify the intercepted methods bytecode on the fly.
See documentation http://code.google.com/p/java-interceptor/wiki/Documentation'>here.
Project Information
The project was created on Aug 18, 2012.
- License: Apache License 2.0
- 2 stars
- svn-based source control
Labels:
java
interceptor
se
designpattern
method
intercepting