org.springframework.aop.aspectj.annotation
Class AbstractAspectJAdvisorFactory.AspectJAnnotation<A extends java.lang.annotation.Annotation>
java.lang.Object
org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotation<A>
- Enclosing class:
- AbstractAspectJAdvisorFactory
protected static class AbstractAspectJAdvisorFactory.AspectJAnnotation<A extends java.lang.annotation.Annotation>
- extends java.lang.Object
Class modelling an AspectJ annotation, exposing its type enumeration and
pointcut String.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AbstractAspectJAdvisorFactory.AspectJAnnotation
public AbstractAspectJAdvisorFactory.AspectJAnnotation(A aspectjAnnotation)
getAnnotationType
public AbstractAspectJAdvisorFactory.AspectJAnnotationType getAnnotationType()
getAnnotation
public A getAnnotation()
getPointcutExpression
public java.lang.String getPointcutExpression()
getArgNames
public java.lang.String getArgNames()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2002-2008 The Spring Framework.