Package org.apache.flink.annotation.docs
Annotation Type Documentation.ExcludeFromDocumentation
- Enclosing class:
- Documentation
@Target({FIELD,TYPE})
@Retention(RUNTIME)
@Internal
public static @interface Documentation.ExcludeFromDocumentation
Annotation used on config option fields or REST API message headers to exclude it from
documentation.
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
String valueThe optional reason why it is excluded from documentation.- Default:
- ""
-