org.jboss.resteasy.annotations.interception
Annotation Type HeaderDecoratorPrecedence


@Target(value=TYPE)
@Retention(value=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 $
Author:
Bill Burke



Copyright © 2010. All Rights Reserved.