注释类型 DelegateDeserialization


@Retention(RUNTIME) @Target(TYPE) public @interface DelegateDeserialization
Applies to a ConfigurationSerializable that will delegate all deserialization to another ConfigurationSerializable.
  • 必需元素概要

    所需元素
    修饰符和类型
    必需的元素
    说明
    Which class should be used as a delegate for this classes deserialization
  • 元素详细资料

    • value

      Which class should be used as a delegate for this classes deserialization
      返回:
      Delegate class