Uses of Interface
org.aspectj.lang.JoinPoint
-
Packages that use JoinPoint Package Description org.aspectj.lang org.aspectj.runtime.reflect -
-
Uses of JoinPoint in org.aspectj.lang
Subinterfaces of JoinPoint in org.aspectj.lang Modifier and Type Interface Description interfaceProceedingJoinPoint -
Uses of JoinPoint in org.aspectj.runtime.reflect
Methods in org.aspectj.runtime.reflect that return JoinPoint Modifier and Type Method Description static JoinPointFactory. makeJP(JoinPoint.StaticPart staticPart, Object _this, Object target)static JoinPointFactory. makeJP(JoinPoint.StaticPart staticPart, Object _this, Object target, Object arg0)static JoinPointFactory. makeJP(JoinPoint.StaticPart staticPart, Object _this, Object target, Object[] args)static JoinPointFactory. makeJP(JoinPoint.StaticPart staticPart, Object _this, Object target, Object arg0, Object arg1)
-