站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

AbstractAspectJAdvisorFactory.AspectJAnnotation (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

org.springframework.aop.aspectj.annotation
Class AbstractAspectJAdvisorFactory.AspectJAnnotation<A extends Annotation>

java.lang.Object
  extended by org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.AspectJAnnotation<A>
Enclosing class:
AbstractAspectJAdvisorFactory

protected static class AbstractAspectJAdvisorFactory.AspectJAnnotation<A extends Annotation>
extends Object

Class modelling an AspectJ annotation, exposing its type enumeration and pointcut String.


Constructor Summary
AbstractAspectJAdvisorFactory.AspectJAnnotation(A aspectjAnnotation)
           
 
Method Summary
 A getAnnotation()
           
 AbstractAspectJAdvisorFactory.AspectJAnnotationType getAnnotationType()
           
 String getArgNames()
           
 String getPointcutExpression()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractAspectJAdvisorFactory.AspectJAnnotation

public AbstractAspectJAdvisorFactory.AspectJAnnotation(A aspectjAnnotation)
Method Detail

getAnnotationType

public AbstractAspectJAdvisorFactory.AspectJAnnotationType getAnnotationType()

getAnnotation

public A getAnnotation()

getPointcutExpression

public String getPointcutExpression()

getArgNames

public String getArgNames()

toString

public String toString()
Overrides:
toString in class Object

The Spring Framework

Copyright © 2002-2007 The Spring Framework.