|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Property(options=@PropertyOption(name="you",value="something")) @Target(value=ANNOTATION_TYPE) @Retention(value=SOURCE) @Documented public @interface PropertyOption
Defines a Property
option.
Required Element Summary | |
---|---|
String |
name
Name of the option |
String |
value
Value of the option |
Element Detail |
---|
public abstract String name
public abstract String value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |