Weijie Guo created FLINK-27920: ---------------------------------- Summary: Documented enums constant support ExcludeFromDocumentation annotation Key: FLINK-27920 URL: https://issues.apache.org/jira/browse/FLINK-27920 Project: Flink Issue Type: Bug Components: Documentation Reporter: Weijie Guo
if a config option has @ExcludeFromDocumentation annotation, it will not appear in the document. But for an enumeration type, sometimes we only want some of it's constant values not to appear in the document, this ticket solves this problem. -- This message was sent by Atlassian Jira (v8.20.7#820007)