|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for the member signatures (method, constructor and field).
Method Summary | |
Annotation |
getAnnotation(String annotationName)
Return the annotation with a specific name. |
List |
getAnnotationInfos()
Return all the annotations Each annotation is wrapped in AnnotationInfo instance. |
List |
getAnnotations(String annotationName)
Return a list with the annotations with a specific name. |
Methods inherited from interface org.codehaus.aspectwerkz.joinpoint.Signature |
getDeclaringType, getModifiers, getName |
Method Detail |
public Annotation getAnnotation(String annotationName)
annotationName
- the annotation name
public List getAnnotations(String annotationName)
annotationName
- the annotation name
public List getAnnotationInfos()
AnnotationInfo
instance.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |