Interface Invocation

All Superinterfaces:
Joinpoint
All Known Subinterfaces:
ConstructorInvocation, MethodInvocation

public interface Invocation extends Joinpoint
This interface represents an invocation in the program.

An invocation is a joinpoint and can be intercepted by an intercept.

Author:
Rod Johnson