org.codehaus.annogen.view
Interface JavadocAnnoViewer
- public interface JavadocAnnoViewer
Retrieves annotations using the
Doclet
API.
- Author:
- Patrick Calahan <email: pcal-at-bea-dot-com>
Method Summary |
java.lang.Object |
getAnnotation(java.lang.Class annotationType,
ExecutableMemberDoc ctorOrMethod,
int parameterNumber)
|
java.lang.Object |
getAnnotation(java.lang.Class annotationType,
ProgramElementDoc ped)
|
java.lang.Object[] |
getAnnotations(ExecutableMemberDoc ctorOrMethod,
int parameterNumber)
|
java.lang.Object[] |
getAnnotations(ProgramElementDoc ped)
|
getAnnotation
public java.lang.Object getAnnotation(java.lang.Class annotationType,
ProgramElementDoc ped)
getAnnotation
public java.lang.Object getAnnotation(java.lang.Class annotationType,
ExecutableMemberDoc ctorOrMethod,
int parameterNumber)
getAnnotations
public java.lang.Object[] getAnnotations(ProgramElementDoc ped)
getAnnotations
public java.lang.Object[] getAnnotations(ExecutableMemberDoc ctorOrMethod,
int parameterNumber)