Annotation Type FooterComments
-
@Target({TYPE,FIELD}) @Retention(RUNTIME) public @interface FooterCommentsFooter Comments. Add a comment to the bottom of the corresponding configuration for easy reading and viewing.e.g.
foo: "bar" # The first line of the comment # The second line of the comment
-
-
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.
-