@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface Embedded
@Embedded is a marker annotation to tell Acid House that the
annotated class is an embedded value type.
Embedded value type is extracted in persistence and each property is stored
as owner entity's property.Copyright © 2009-2014 Eiichiro Uchiumi. All Rights Reserved.