|
SCA API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={METHOD,FIELD}) @Retention(value=RUNTIME) public @interface Property
Annotation used to indicate a field or method that is used to inject a configuration property value.
Optional Element Summary | |
---|---|
String |
name
The name of the property. |
boolean |
required
Indicates if a value must be specified. |
public abstract String name
public abstract boolean required
|
SCA API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |