@Documented @Inherited @Retention(value=RUNTIME) @Target(value={FIELD,TYPE}) public @interface Embedded
| Modifier and Type | Optional Element and Description |
|---|---|
Class<?> |
concreteClass
Specify the concrete class to instantiate.
|
String |
value
The name of the Mongo value to store the field.
|