@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
Sets the field name to use in the document.
|