|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
public @interface Property
Property annotation.
| Required Element Summary | |
|---|---|
String |
name
Obtains the name of the property. |
| Optional Element Summary | |
|---|---|
String |
value
Obtains the value of the property. |
Class<?> |
valueClass
Obtains the value as a Class. |
| Element Detail |
|---|
public abstract String name
public abstract String value
public abstract Class<?> valueClass
Obtains the value as a Class.
This simplifies configuring fully qualified class names as the property value.
Class.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||