|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface RegistryObject
Annotation for marking a bean to be mapped to a
RegistryObject
. Currently it specifies
one property of the RegistryObject
,
namely its object type. The object type can be given either by its name of by
the underlying concept key. It is strongly recommended to use the
key. The performance of the mapper will be significantly better if you do so.
Optional Element Summary | |
---|---|
java.lang.String |
objectTypeKey
Refers to the object type key. |
java.lang.String |
objectTypeName
Refers to the object type name. |
public abstract java.lang.String objectTypeName
public abstract java.lang.String objectTypeKey
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |