Uses of Interface
org.aopalliance.intercept.ConstructorInvocation
Packages that use ConstructorInvocation
- 
Uses of ConstructorInvocation in org.aopalliance.interceptMethods in org.aopalliance.intercept with parameters of type ConstructorInvocationModifier and TypeMethodDescriptionConstructorInterceptor.construct(ConstructorInvocation invocation) Implement this method to perform extra treatments before and after the construction of a new object.