Package org.apache.flink.annotation.docs
Annotation Type Documentation.SuffixOption
-
@Target({FIELD,TYPE}) @Retention(RUNTIME) @Internal public static @interface Documentation.SuffixOption
Annotation 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.
-
-
Element Detail
-
value
String value
-
-