com.atlassian.plugins.rest.common.interceptor
Annotation Type InterceptorChain


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

Configures the interceptor chain to execute when dispatching to a resource method. Classes will be instantiated per request and autowired by the plugin's container. The sole exception to this are default interceptors provided by the framework, which are singletons. The annotation lookup goes method -> class -> package -> default interceptors.

Since:
2.0

Required Element Summary
 java.lang.Class<? extends ResourceInterceptor>[] value
           
 

Element Detail

value

public abstract java.lang.Class<? extends ResourceInterceptor>[] value


Copyright © 2014 Atlassian. All Rights Reserved.