Interface ConstructorInvocation
- All Superinterfaces:
- Invocation,- Joinpoint
Description of an invocation to a constructor, given to an
 interceptor upon constructor-call.
 
A constructor invocation is a joinpoint and can be intercepted by a constructor interceptor.
- Author:
- Rod Johnson
- See Also:
- 
Method SummaryMethods inherited from interface org.aopalliance.intercept.InvocationgetArgumentsMethods inherited from interface org.aopalliance.intercept.JoinpointgetStaticPart, getThis, proceed
- 
Method Details- 
getConstructorConstructor<?> getConstructor()Get the constructor being called.This method is a friendly implementation of the Joinpoint.getStaticPart()method (same result).- Returns:
- the constructor being called
 
 
-