org.codehaus.annogen.view
Interface JavadocAnnoViewer


public interface JavadocAnnoViewer

Retrieves annotations using the Doclet API.

Author:
Patrick Calahan <email: pcal-at-bea-dot-com>

Nested Class Summary
static class JavadocAnnoViewer.Factory
          Static factory for JavadocAnnoViewers.
 
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)
           
 

Method Detail

getAnnotation

java.lang.Object getAnnotation(java.lang.Class annotationType,
                               ProgramElementDoc ped)

getAnnotation

java.lang.Object getAnnotation(java.lang.Class annotationType,
                               ExecutableMemberDoc ctorOrMethod,
                               int parameterNumber)

getAnnotations

java.lang.Object[] getAnnotations(ProgramElementDoc ped)

getAnnotations

java.lang.Object[] getAnnotations(ExecutableMemberDoc ctorOrMethod,
                                  int parameterNumber)