Annotation Type ExtensionHolder
-
@Retention(RUNTIME) @Target(FIELD) public @interface ExtensionHolder
An annotation to indicate that a field is intended to hold “extensions”, that is, any unknown property that are associated with the object the field belongs to.Only a field typed as a
Map<String, Object>should be annotated with this annotation.