|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={METHOD,FIELD,PARAMETER}) @Retention(value=RUNTIME) public @interface Property
Annotation used to indicate a constructor parameter, field or method that is used to inject a configuration property value.
Optional Element Summary | |
---|---|
java.lang.String |
name
The name of the property. |
java.lang.String |
override
Indicates if a value must be specified. |
java.lang.String |
xmlType
The XML Type in a QName format |
public abstract java.lang.String name
public abstract java.lang.String override
public abstract java.lang.String xmlType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |