| java.lang.Object | |
| ↳ | org.eclipse.sisu.plexus.PlexusAnnotatedMetadata |
Runtime PlexusBeanMetadata based on BeanProperty annotations.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Provides runtime Plexus metadata based on simple property annotations.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns @Configuration metadata for the given property of the Plexus bean.
| |||||||||||
Returns @Requirement metadata for the given property of the Plexus bean.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.eclipse.sisu.plexus.PlexusBeanMetadata
| |||||||||||
Provides runtime Plexus metadata based on simple property annotations.
| variables | The filter variables |
|---|
Returns @Configuration metadata for the given property of the Plexus bean.
| property | The bean property |
|---|
null if no such metadata is available
Returns @Requirement metadata for the given property of the Plexus bean.
| property | The bean property |
|---|
null if no such metadata is available