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 TypSchnittstelleBeschreibunginterface
ProceedingJoinPoint 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 JoinPoint
Factory.makeJP
(JoinPoint.StaticPart staticPart, Object _this, Object target) static JoinPoint
Factory.makeJP
(JoinPoint.StaticPart staticPart, Object _this, Object target, Object arg0) static JoinPoint
Factory.makeJP
(JoinPoint.StaticPart staticPart, Object _this, Object target, Object[] args) static JoinPoint
Factory.makeJP
(JoinPoint.StaticPart staticPart, Object _this, Object target, Object arg0, Object arg1)