Uses of Interface
org.aopalliance.intercept.ConstructorInvocation
Packages that use ConstructorInvocation
-
Uses of ConstructorInvocation in org.aopalliance.intercept
Methods 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.