org.codegist.crest.annotate
Annotation Type GlobalInterceptor


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

Optional interface level annotation, sets the global interface interceptor. If not specified, defaults to the interface config default value.

Author:
Laurent Gilles (laurent.gilles@codegist.org)
See Also:
InterfaceConfig.DEFAULT_GLOBAL_INTERCEPTOR, InterfaceConfig.getGlobalInterceptor()

Required Element Summary
 Class<? extends RequestInterceptor> value
           
 

Element Detail

value

public abstract Class<? extends RequestInterceptor> value


Copyright © 2011. All Rights Reserved.