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


@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
public @interface RedirectPrecedence

Should be placed on a PreProcessInterceptor. This annotation specifies ordering of interceptors. Will run after SecurityPrecedence. These types of interceptors may redirect the request.

Version:
$Revision: 1 $
Author:
Bill Burke



Copyright © 2009. All Rights Reserved.