Verwendungen von Schnittstelle
org.aspectj.lang.JoinPoint
Packages, die JoinPoint verwenden
Package
Beschreibung
Provides several interfaces for obtaining reflective information about a
join point, as well as several exceptions that can be thrown by AspectJ
code.
-
Verwendungen von JoinPoint in org.aspectj.lang
Unterschnittstellen von JoinPoint in org.aspectj.langModifizierer und TypSchnittstelleBeschreibunginterfaceProceedingJoinPoint exposes the proceed(..) method in order to support around advice in @AJ aspects -
Verwendungen von JoinPoint in org.aspectj.runtime.reflect
Methoden in org.aspectj.runtime.reflect, die JoinPoint zurückgebenModifizierer und TypMethodeBeschreibungstatic 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)