@Documented @Inherited @Retention(value=RUNTIME) @Target(value=FIELD) public @interface Property
| Modifier and Type | Optional Element and Description |
|---|---|
Class<?> |
concreteClass
Specify the concrete class to instantiate.
|
String |
value
The name of the key to store the field in; Defaults to the field name.
|