注释接口 ClientException


@Retention(RUNTIME) @Target(TYPE) public @interface ClientException
  • 元素详细资料

    • family

      String family
      默认值:
      ""
    • code

      String code
      默认值:
      ""
    • subTypes

      Class<?>[] subTypes
      默认值:
      {}