JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Index
Help
Summary:
Field |
Optional
|
Required
Detail:
Field |
Element
SEARCH:
Package
org.codehaus.plexus.component.annotations
Annotation Interface Configuration
@Documented
@Retention
(
RUNTIME
)
@Target
(
FIELD
)
@Inherited
public @interface
Configuration
Marks a field as a configuration element with a default value.
Since:
1.0-alpha-33
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
value
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
name
Element Details
value
String
value
name
String
name
Default:
""