Uses of Annotation Type
org.apache.flink.annotation.Internal
Packages that use Internal
-
Uses of Internal in org.apache.flink.annotation
Classes in org.apache.flink.annotation with annotations of type InternalModifier and TypeClassDescription@interfaceThis annotations declares that a function, field, constructor, or entire type, is only visible for testing purposes. -
Uses of Internal in org.apache.flink.annotation.docs
Classes in org.apache.flink.annotation.docs with annotations of type InternalModifier and TypeClassDescription@interfaceA class that specifies a group of config options.@interfaceAnnotation used on classes containing config options that enables the separation of options into different tables based on key prefixes.static @interfaceAnnotation used on config option fields or REST API message headers to exclude it from documentation.static @interfaceAnnotation used on config option fields to override the documented default.static @interfaceAnnotation used on config option fields to include them in specific sections.static @interfaceAnnotation used on config option fields or options class to mark them as a suffix-option; i.e., a config option where the key is only a suffix, with the prefix being dynamically provided at runtime.static @interfaceAnnotation used on table config options for adding meta data labels.classAnnotations for auto-generating a documentation of json payloads.static @interfaceThis allows documenting a class that supports setting dynamic properties of a certain type.