@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface RegistryObject
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.Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
objectTypeKey
Refers to the object type key.
|
java.lang.String |
objectTypeName
Refers to the object type name.
|