@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface SerdeAssertsContainer
SerdeAssert 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 @SerdeAssert annotation multiple times.
| Modifier and Type | Required Element and Description |
|---|---|
SerdeAssert[] |
value |
public abstract SerdeAssert[] value