Annotation Interface Dictionary
@Constraint(validatedBy=DictionaryAnnotationValidator.class)
@Target({FIELD,METHOD})
@Retention(RUNTIME)
@Documented
public @interface Dictionary
标记进行字典校验
- 作者:
- Hamm.cn
-
必需元素概要
所需元素 -
可选元素概要
可选元素
-
元素详细资料
-
value
Class<? extends IDictionary> value使用的枚举类
- 另请参阅:
-
-