注释类型 Key
-
@Target(METHOD) @Retention(RUNTIME) public @interface Key
-
-
可选元素概要
可选元素 修饰符和类型 可选元素 说明 StringdescriptionClass<?>valueElementClass<?>valueTypesupport all type but not Map
-
@Target(METHOD) @Retention(RUNTIME) public @interface Key
| 修饰符和类型 | 可选元素 | 说明 |
|---|---|---|
String |
description |
|
Class<?> |
valueElement |
|
Class<?> |
valueType |
support all type but not Map
|