Package org.codehaus.nanning

Interface Summary
AspectFactory  
ConstructionInterceptor  
ConstructionInvocation  
Interceptor  
Invocation Description of the current invocation, given to an interceptor upon method-call.
MethodInterceptor Intercepts calls on an interface on it's way to the target, these are nested "on top" of the target.
 

Class Summary
AspectInstance The central concept of the Nanning Core, contains mixins.
Aspects Utility for accessing and modifying aspected object.
Mixin A mixin consists of an interface, a target and a number of interceptors intercepting calls to methods, a mixin can also be a concrete class (no interface/implementation-separation) but at most one mixins with conrete classes per AspectInstance is supported.
 

Exception Summary
AspectException Base class for exceptions related to aspects.
 



Copyright © Jon Tirsen. All Rights Reserved.