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