Annotation Type DelegatingConverter


  • @Target(METHOD)
    @Retention(SOURCE)
    public @interface DelegatingConverter
    Indicates that the system should generate a delegating Converter that will call the annotated method in its own Converter.convert(Object).