Package org.kingdoms.config
Annotation Interface Comment
Used for generating comments inside YAMLs for enums.
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanWhether the defined comment is for the node's parent (MappingNode) or for the node itself. -
Field Summary
Fields
-
Field Details
-
BLANK
- See Also:
-
-
Element Details
-
value
String[] value
-
-
-
forParent
boolean forParentWhether the defined comment is for the node's parent (MappingNode) or for the node itself.- Default:
- false
-