@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface SerdeCommentsContainer
SerdeComment annotations, because
that's how Repeatable annotations are implemented in Java.
You probably do NOT want to use this annotation in your code:
you should simply repeat the @SerdeComment annotation multiple times.
| Modifier and Type | Required Element and Description |
|---|---|
SerdeComment[] |
value |
public abstract SerdeComment[] value