Annotation Type Comment
A comment that will be applied to a configuration node if possible.
 
By default, this node will not override any user-defined comments.
When used with an object mapper with a Processor.comments() or
 Processor.localizedComments(ResourceBundle) processor applied,
 the comment in value() will be applied to the node upon save.
- Since:
- 4.0.0
- 
Required Element SummaryRequired Elements
- 
Optional Element SummaryOptional ElementsModifier and TypeOptional ElementDescriptionbooleanWhether or not to override existing comments on a node.
- 
Element Details- 
valueThe comment to use.- Returns:
- comment
- Since:
- 4.0.0
 
 
- 
- 
- 
overrideboolean overrideWhether or not to override existing comments on a node.- Returns:
- if we should override.
- Since:
- 4.0.0
 - Default:
- false
 
 
-