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