Annotation Type Conversion
-
@Retention(RUNTIME) @Target(FIELD) public @interface ConversionIndicates that the value of the field must be converted with the specified converter class.
-
-
Element Detail
-
value
java.lang.Class<? extends Converter<?,?>> value
The conversion class used to convert the field's value when it is put into/read from a configuration- Returns:
- the conversion class
-
-