| org.codehaus.aspectwerkz.joinpoint.MemberSignature
MemberSignature | public interface MemberSignature extends Signature(Code) | | Interface for the member signatures (method, constructor and field).
author: Jonas BonŽr |
getAnnotation | Annotation getAnnotation(String annotationName)(Code) | | Return the annotation with a specific name.
Parameters: annotationName - the annotation name the annotation or null |
getAnnotations | List getAnnotations(String annotationName)(Code) | | Return a list with the annotations with a specific name.
Parameters: annotationName - the annotation name the annotations in a list (can be empty) |
|
|