Annotation Interface Embedded


@Documented @Target(FIELD) @Retention(RUNTIME) public @interface Embedded
Annotates properties that are embedded objects that can hold primary key components. If the property holds primary key columns, then it should also be annotated with the PrimaryKey annotation.