Annotation Type Converter


  • @Retention(RUNTIME)
    @Target({TYPE,FIELD})
    public @interface Converter
    An annotation to indicate a custom converter class to use to convert values intended for the slot carrying that annotation.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Class<?> value  
    • Element Detail