| Class | Description |
|---|---|
| AbstractPlexusTaglet | |
| PlexusComponentTaglet |
The @plexus.component tag is used to show that the class it annotates is a plexus component.
|
| PlexusConfigurationTaglet |
The @plexus.configuration tags are used to mark fields in a class for configuration through
the components.xml.
|
| PlexusRequirementTaglet |
Tagging a field with @plexus.requirement will tell plexus to inject the required component or
list of components before the component itself is started.
|