java-interceptor


A method interceptor mechanism for Java SE

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.

Labels:
java interceptor se designpattern method intercepting