@Retention(value=RUNTIME)
@Target(value=TYPE)
@Stereotype
public @interface Embeddable
Defines an embedded field, that means all elements fields in the class will as converted as one.
E.g., In a document NoSQL database that class will translate to a subdocument.