Annotation Type PropertyValue
-
public @interface PropertyValueProperty annotation.- Author:
- Daniel Sagenschneider
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringnameObtains the name of the property.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringvalueObtains the value of the property.java.lang.Class<?>valueClassObtains the value as aClass.
-