Annotation Interface Comment.Pre

Enclosing interface:
Comment

Annotation for use in reflect serialization. Binds a PRE comment to the field, which will be written out to the TOML document.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    @NotNull String
     
  • Element Details

    • value

      @NotNull @Pattern("^[^\\x00-\\x08\\x0A-\\x1F\\x7F]*$") @NotNull String value