Annotation Interface BindyConverter


@Documented @Retention(RUNTIME) public @interface BindyConverter
An annotation used to identify which converter class will be used to convert the String field to the attribute's data type.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends Format<?>>
     
  • Element Details