Class MultiComment

java.lang.Object
io.github.wasabithumb.jtoml.comment.MultiComment

@Internal @AvailableSince("0.6.2") public abstract class MultiComment extends Object

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