Package | Description |
---|---|
org.codehaus.plexus.javadoc |
Javadoc Tags used by Plexus tools
|
Modifier and Type | Class and Description |
---|---|
class |
PlexusComponentTaglet
The @plexus.component tag is used to show that the class it annotates is a plexus component.
|
class |
PlexusConfigurationTaglet
The @plexus.configuration tags are used to mark fields in a class for configuration through
the components.xml.
|
class |
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.
|
Copyright © 2001–2017 Codehaus. All rights reserved.