Annotation Type SerializableAs
-
@Retention(RUNTIME) @Target(TYPE) public @interface SerializableAs
Represents an "alias" that aConfigurationSerializablemay be stored as. If this is not present on aConfigurationSerializableclass, it will use the fully qualified name of the class.This value will be stored in the configuration so that the configuration deserialization can determine what type it is.
Using this annotation on any other class than a
ConfigurationSerializablewill have no effect.