Annotation Interface DynamicObject.DynamicField

Enclosing class:
DynamicObject

@Retention(RUNTIME) @Target(FIELD) protected static @interface DynamicObject.DynamicField
Using this annotation, subclasses can define additional dynamic fields to be used by the object layout. Annotated field must be of type Object or long, must not be final, and must not have any direct usages.
Since:
20.2.0
See Also: