Package com.google.inject.intercept

A simple and very efficient AOP Alliance-based interception framework for Guice.

See:
          Description

Interface Summary
Query<T> Returns true or false for a given input.
 

Class Summary
AbstractQuery<T> Implements and() and or().
ProxyFactory Proxies classes applying interceptors to methods as specified in ProxyFactoryBuilder.
ProxyFactoryBuilder Creates a ProxyFactory.
Queries Query implementations.
 

Package com.google.inject.intercept Description

A simple and very efficient AOP Alliance-based interception framework for Guice. To use with Guice, create a ProxyFactory and pass it to ContainerBuilder.