Annotation Type BeanUtilsConverter
-
@Retention(RUNTIME) @Target(TYPE) public @interface BeanUtilsConverter
Provides the means to specify aConverter
for the annotated type.EXPERIMENTAL
- Author:
- aherscu
-
-
Element Detail
-
value
Class<? extends org.apache.commons.beanutils.Converter> value
- Returns:
- the
Converter
that should be applied at runtime
-
-