Package org.codehaus.annogen.view

Supports the View Phase in which AnnoBeans are retrieved for use by annotation-processing framework code.

See:
          Description

Interface Summary
AnnoViewerParams Encapsulates a set of parameters to be used in instantiating an AnnoViewer, including the set of AnnoOverriders to be used.
JamAnnoViewer Retrieves annotations using JAM.
JavadocAnnoViewer Retrieves annotations using the Doclet API.
QDoxAnnoViewer Retrieves annotations using QDox.
ReflectAnnoViewer Retrieves annotations using the Reflection API.
 

Class Summary
AnnoViewerParams.Factory Static factory for AnnoViewerParams.
JamAnnoViewer.Factory Static factory for JamAnnoViewers.
JavadocAnnoViewer.Factory Static factory for JavadocAnnoViewers.
QDoxAnnoViewer.Factory Static factory for JavadocAnnoViewers.
ReflectAnnoViewer.Factory Static factory for ReflectAnnoViewers.
 

Package org.codehaus.annogen.view Description

Supports the View Phase in which AnnoBeans are retrieved for use by annotation-processing framework code.