Annotation Type DefaultParser


  • @Target({TYPE,METHOD,PARAMETER,FIELD})
    @Retention(RUNTIME)
    @Documented
    @Qualifier
    public @interface DefaultParser
    A qualifier for denoting a given Parser implementation is the default parser to use when no one is available for a given content type (defined by the content MIME type).
    Author:
    mmoquillon