Annotation Type NoJackson


  • @Target({TYPE,METHOD,FIELD,PARAMETER})
    @Retention(RUNTIME)
    public @interface NoJackson
    Placed on class, parameter, field or method when you don't want the Jackson provider to be triggered. i.e. when you want to use JAXB provider
    Version:
    $Revision: 1 $