Annotation Type SerializedWith
-
@Retention(RUNTIME) @Target(TYPE) public @interface SerializedWithSerializedWith, specifies theConfigurationSerializerto 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
-
-