@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.
|
public abstract String value
public abstract Class<?> concreteClass
Copyright © 2013. All Rights Reserved.