Interface ConstructorInvocation

All Superinterfaces:
Invocation, Joinpoint

public interface ConstructorInvocation extends Invocation
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.
See Also: