Annotation Interface ApiGlobalClass
@Target(TYPE)
@Retention(RUNTIME)
@Documented
@Repeatable(ApiGlobalClassContainer.class)
public @interface ApiGlobalClass
全局类配置
凡是遇到此类则按一下配置生成Api
未配置在此处的属性将不会显示
使用场景:使用第三方的实体时使用
- 版本:
- 1.0
- 作者:
- 李振峰
-
必需元素概要
所需元素 -
可选元素概要
可选元素
-
元素详细资料
-
name
Class<?> name类名 -
type
TypeEnum type类型 入参或出参 -
properties
ApiProperty[] properties属性集合
-
-
-
description
String description类描述- 默认值:
- ""
-