|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=FIELD) public @interface ServiceProperty
This annotation declares a service property. It can target both fields and methods.
Optional Element Summary | |
---|---|
boolean |
mandatory
Is the property mandatory? Default: false |
String |
name
Set the property name. |
String |
value
Set the 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 |