Annotation Type ExtensionField
-
@Retention(RUNTIME) @Target(FIELD) public @interface ExtensionField
Marks a field in a class that is an extension and NOT part of the class itself. Note: this has NOTHING to do with ExtendedNodeExtensions are in their own namespace "extension", which is reserved for this specific purpose. Extensions can be 0..1 just a regular field 0..* a field with a collection type
This annotation is required for all fields that you want to load. All non-declared extensions will be loaded into the hidden extensions field
- Since:
- 1.0
- Author:
- Oliver Krauss