Annotation Type HeaderDecoratorPrecedence
-
@Target(TYPE) @Retention(RUNTIME) public @interface HeaderDecoratorPrecedenceHeaderDecoratorPrecedence 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.StringPRECEDENCE_STRING
-