Annotation Interface Comment
@Retention(RUNTIME)
@Target({FIELD,PARAMETER})
@Repeatable(Comments.class)
@Inherited
public @interface Comment
Used to denote comments which should be applied to a config path. Only supported in 1.18.1+
- 
Required Element Summary
Required Elements 
- 
Element Details
- 
value
String value 
 -