Annotation Type Comment
-
@Target({FIELD,PARAMETER}) @Retention(RUNTIME) public @interface 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()
orProcessor.localizedComments(ResourceBundle)
processor applied, the comment invalue()
will be applied to the node upon save.- Since:
- 4.0.0