|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MemberSignature
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 |
---|
Annotation getAnnotation(String annotationName)
annotationName
- the annotation name
List getAnnotations(String annotationName)
annotationName
- the annotation name
List getAnnotationInfos()
AnnotationInfo
instance.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |