@Retention(RUNTIME) @Target(TYPE) public @interface DelegateDeserialization
ConfigurationSerializable that will delegate all
 deserialization to another ConfigurationSerializable.| Modifier and Type | Required Element | Description | 
|---|---|---|
| @NotNull Class<? extends ConfigurationSerializable> | value | Which class should be used as a delegate for this classes
 deserialization | 
@NotNull @NotNull Class<? extends ConfigurationSerializable> value
Copyright © 2020. All rights reserved.