public interface Advice
| Modifier and Type | Method and Description |
|---|---|
AjType |
getDeclaringType() |
AjType<?>[] |
getExceptionTypes() |
java.lang.reflect.Type[] |
getGenericParameterTypes() |
AdviceKind |
getKind() |
java.lang.String |
getName()
If using the @AspectJ annotations, the advice name is the name of the
annotated advice method.
|
AjType<?>[] |
getParameterTypes() |
PointcutExpression |
getPointcutExpression() |
AjType getDeclaringType()
AdviceKind getKind()
java.lang.String getName()
AjType<?>[] getParameterTypes()
java.lang.reflect.Type[] getGenericParameterTypes()
AjType<?>[] getExceptionTypes()
PointcutExpression getPointcutExpression()