|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={}) public @interface StaticServiceProperty
This annotation declares a static service property.
Required Element Summary | |
---|---|
java.lang.String |
name
Set the property name. |
java.lang.String |
type
Set the type. |
Optional Element Summary | |
---|---|
boolean |
immutable
Is the property immutable ? An immutable property MUST have a value Default: false |
boolean |
mandatory
Is the property mandatory? Default: false |
java.lang.String |
value
Set the property value. |
Element Detail |
---|
public abstract java.lang.String name
public abstract java.lang.String type
public abstract java.lang.String value
public abstract boolean mandatory
public abstract boolean immutable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |