Class MultiComment
java.lang.Object
io.github.wasabithumb.jtoml.comment.MultiComment
Holds annotations for applying multiple comments
to values on TomlSerializable
classes and records, for use with the reflect serializer
(jtoml-serializer-reflect).
It should not be necessary to use this directly; the compiler should generate these annotations whenever multiple single comment annotations are present on a field.
| Comment Class | Multi Comment Class |
|---|---|
@Comment.Pre |
@MulitComment.Pre |
@Comment.Inline |
@MulitComment.Inline |
@Comment.Post |
@MulitComment.Post |
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceVariadic counterpart to@Comment.Inlinestatic @interfaceVariadic counterpart to@Comment.Poststatic @interfaceVariadic counterpart to@Comment.Pre -
Method Summary