@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface Structure
This annotation can be defined on a field/method to define an StructureMapping to an embedded Struct type. The target Embeddable must be mapped using the Struct annotation.
Struct
,
ObjectRelationalDataTypeDescriptor
,
StructureMapping