-
@Target({FIELD,ANNOTATION_TYPE}) @Retention(RUNTIME) @Repeatable(UsePropertyConverters.class) public @interface UsePropertyConverter
Used to specialize the converter. Multi converters are supported. The annotation process will select a suitable one from them.
-
-
必需元素概要
所需元素 修饰符和类型 必需的元素 说明 Class<? extends PropertyConverter<?,?>>valueThe converter type.
-
-
-
元素详细资料
-
value
Class<? extends PropertyConverter<?,?>> value
The converter type.- 返回:
- the converter type.
-
-