Package org.apache.flink.annotation.docs
Annotation Type FlinkJsonSchema.AdditionalFields
-
@Target(TYPE) @Retention(RUNTIME) @Internal public static @interface FlinkJsonSchema.AdditionalFields
This allows documenting a class that supports setting dynamic properties of a certain type.
-
-
Element Detail
-
type
Class<?> type
An actual type the additional fields need to match.- Returns:
- type of the additional fields
-
-