org.codegist.crest.annotate
Annotation Type RequestInterceptor
@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
public @interface RequestInterceptor
Optional method level annotation, sets the method interceptor. If not specified, defaults to the method config default value.
Can be set at interface level to default all interface method values if not specified at method level.
- Author:
- Laurent Gilles (laurent.gilles@codegist.org)
- See Also:
MethodConfig.DEFAULT_REQUEST_INTERCEPTOR
,
MethodConfig.getRequestInterceptor()
value
public abstract Class<? extends RequestInterceptor> value
Copyright © 2011. All Rights Reserved.