@Retention(value=RUNTIME) @Target(value=TYPE) public @interface DelegateDeserialization
ConfigurationSerializable that will delegate all
deserialization to another ConfigurationSerializable.
Synchronized with the commit on 23-April-2019.
| Modifier and Type | Required Element and Description |
|---|---|
@NotNull Class<? extends ConfigurationSerializable> |
value
Gets the
ConfigurationSerializable Class that is
delegated to. |
@NotNull public abstract @NotNull Class<? extends ConfigurationSerializable> value
ConfigurationSerializable Class that is
delegated to.ConfigurationSerializable.Copyright © 2022 BSPF Systems, LLC. All rights reserved.