Interface ConstructorInvocation

All Superinterfaces:
Invocation, Joinpoint

public interface ConstructorInvocation extends Invocation
Description of an invocation to a constuctor, given to an intercept upon construtor-call.

A constructor invocation is a joinpoint and can be intercepted by a constructor intercept.

See Also: