Annotation Type HeaderDecoratorPrecedence


  • @Target(TYPE)
    @Retention(RUNTIME)
    public @interface HeaderDecoratorPrecedence
    HeaderDecoratorPrecedence interceptors should always come first as they decorate a response (on the server), or an outgoing request (on the client) with special, user-defined, headers. These headers may trigger behavior in other interceptors.
    Version:
    $Revision: 1 $
    • Field Summary

      Fields 
      Modifier and Type Fields Description
      static java.lang.String PRECEDENCE_STRING  
    • Field Detail

      • PRECEDENCE_STRING

        static final java.lang.String PRECEDENCE_STRING