protected static class AbstractAspectJAdvisorFactory.AspectJAnnotation<A extends java.lang.annotation.Annotation>
extends java.lang.Object
Constructor and Description |
---|
AspectJAnnotation(A annotation) |
Modifier and Type | Method and Description |
---|---|
A |
getAnnotation() |
AbstractAspectJAdvisorFactory.AspectJAnnotationType |
getAnnotationType() |
java.lang.String |
getArgumentNames() |
java.lang.String |
getPointcutExpression() |
java.lang.String |
toString() |
public AspectJAnnotation(A annotation)
public AbstractAspectJAdvisorFactory.AspectJAnnotationType getAnnotationType()
public A getAnnotation()
public java.lang.String getPointcutExpression()
public java.lang.String getArgumentNames()
public java.lang.String toString()
toString
in class java.lang.Object