Annotation Type HeaderComments
-
@Target({TYPE,FIELD}) @Retention(RUNTIME) public @interface HeaderCommentsHeader Comments. Add a comment to the top of the corresponding configuration for easy reading and viewing.e.g.
# The first line of the comment # The second line of the comment foo: "bar"
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description @NotNull java.lang.String[]valueIf the content of the note is 0, it will be treated as a blank line.
-