@Target(value={METHOD,FIELD,TYPE})
@Retention(value=RUNTIME)
public @interface Converts
Convert
annotations. Multiple converters
must not be applied to the same basic attribute.Convert
public abstract Convert[] value
Convert
mappings that are to be applied.