|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value={METHOD,FIELD,PARAMETER})
@Retention(value=RUNTIME)
public @interface PropertyAnnotation 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. |
boolean |
required
Indicates whether a value for the property must be provided. |
public abstract java.lang.String name
public abstract boolean required
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||