|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={FIELD,METHOD,PARAMETER}) public @interface Property
This annotation declares a component property. It can target both fields and methods.
Optional Element Summary | |
---|---|
boolean |
mandatory
Is the property mandatory? Default: false |
String |
name
Set property name. |
String |
value
Set property value. |
public abstract String name
public abstract String value
public abstract boolean mandatory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |