Annotation Type InlineComment
-
@Target(FIELD) @Retention(RUNTIME) public @interface InlineComment
行内注释,用于给对应配置的所在行添加注释,便于使用者阅读查看。 如:foo: "bar" # 注释内容
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description @NotNull java.lang.String
value
注释内容,若内容长度为0则不会添加注释
-