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


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface SecurityPrecedence

Should be placed on a PreProcessInterceptor. This annotation specifies ordering of interceptors. Security-based interceptors should always come first. They may look at headers, but they don't read the input stream.

Version:
$Revision: 1 $
Author:
Bill Burke



Copyright © 2011. All Rights Reserved.