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 $