See: Description
| Interface | Description |
|---|---|
| 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.
|
| MirrorAnnoViewer |
Retrieves annotations using the Mirror API.
|
| QDoxAnnoViewer |
Retrieves annotations using
QDox.
|
| ReflectAnnoViewer |
Retrieves annotations using the Reflection API.
|
| Class | Description |
|---|---|
| AnnoViewerParams.Factory |
Static factory for AnnoViewerParams.
|
| JamAnnoViewer.Factory |
Static factory for JamAnnoViewers.
|
| JavadocAnnoViewer.Factory |
Static factory for JavadocAnnoViewers.
|
| MirrorAnnoViewer.Factory |
Static factory for JavadocAnnoViewers.
|
| QDoxAnnoViewer.Factory |
Static factory for JavadocAnnoViewers.
|
| ReflectAnnoViewer.Factory |
Static factory for ReflectAnnoViewers.
|
Supports the View Phase in which AnnoBeans are retrieved for use by annotation-processing framework code.