|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=CLASS) @Target(value=ANNOTATION_TYPE) public @interface Property
Annotation used to describe a property key-value pair. It is used when
declaring Component.properties()
attribute.
Required Element Summary | |
---|---|
String |
name
Returns the property name. |
Optional Element Summary | |
---|---|
String |
value
Returns the property value |
String[] |
values
Returns the property values as a String array). |
Element Detail |
---|
public abstract String name
public abstract String value
public abstract String[] values
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |