1、Alias别名 @Documented @Retention(RetentionPolicy.RUNTIME) @Target({ElementType.TYPE}) public @interface Alias { String value(); }
用于类、接口(包括注解类型)、枚举类型的注解。用于声明别名
2、
1、Alias别名 @Documented @Retention(RetentionPolicy.RUNTIME) @Target({ElementType.TYPE}) public @interface Alias { String value(); }
用于类、接口(包括注解类型)、枚举类型的注解。用于声明别名
2、