Package org.apache.polaris.docs
Annotation Interface ConfigDocs.ConfigItem
- Enclosing interface:
ConfigDocs
Define the "section" in which the config option appears.
For properties-configs, this declares that a property constant field appears in the generated markdown files.
For smallrye-configs, this declares that a property appears under a different "prefix".
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionThe name of the "section" in which this constant field shall appear.booleanFor smallrye-configs only: the section docs are taken from property type's javadoc.
-
Element Details
-
section
String sectionThe name of the "section" in which this constant field shall appear. The name of the generated markdown file will "end" with this name.- Default:
""
-
sectionDocFromType
boolean sectionDocFromTypeFor smallrye-configs only: the section docs are taken from property type's javadoc.- Default:
false
-