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