Uses of Interface
org.aopalliance.intercept.Joinpoint

Packages that use Joinpoint
org.aopalliance.intercept   
 

Uses of Joinpoint in org.aopalliance.intercept
 

Subinterfaces of Joinpoint in org.aopalliance.intercept
 interface ConstructorInvocation
          Description of an invocation to a constuctor, given to an interceptor upon constructor-call.
 interface Invocation
          This interface represents an invocation in the program.
 interface MethodInvocation
          Description of an invocation to a method, given to an interceptor upon method-call.
 



Copyright © 2018. All rights reserved.