Package org.apache.flink.annotation.docs
Annotation Type Documentation.SuffixOption
- Enclosing class:
- Documentation
@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.
-
Required Element Summary
Required Elements
-
Element Details
-
value
String value
-