Annotation Type SerializedWith
-
@Retention(RUNTIME) @Target(TYPE) public @interface SerializedWith
SerializedWith, specifies theConfigurationSerializer
to use to serialize the annotated class- Since:
- 9.0
- Author:
- Tristan Tarrant
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class<? extends ConfigurationSerializer>
value
-
-
-
Element Detail
-
value
java.lang.Class<? extends ConfigurationSerializer> value
-
-