@Documented
@Target(value={FIELD,TYPE,METHOD})
@Retention(value=RUNTIME)
public @interface Embedded
Marks a class as being embeddable inside an entity object. When used with the annotation
processor the processor will inspect the given class and generate a corresponding attributes in
the given Entity class. Note that nesting embeddable types is not supported.