public interface Advice
| Modifier and Type | Method and Description |
|---|---|
AjType |
getDeclaringType() |
AjType<?>[] |
getExceptionTypes() |
Type[] |
getGenericParameterTypes() |
AdviceKind |
getKind() |
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()
String getName()
AjType<?>[] getParameterTypes()
Type[] getGenericParameterTypes()
AjType<?>[] getExceptionTypes()
PointcutExpression getPointcutExpression()
Copyright © 2019. All rights reserved.