@Target(value=ANNOTATION_TYPE)
@Retention(value=RUNTIME)
@Documented
public @interface InterceptorAnnotation
This mechanism is useful for performing declarative processing/check on domain objects, such as checking HTTP headers, performing the access control, etc.
Interceptor
,
RequirePOST
Modifier and Type | Required Element and Description |
---|---|
java.lang.Class<? extends Interceptor> |
value
Actual interceptor logic.
|
public abstract java.lang.Class<? extends Interceptor> value
Copyright © 2013. All Rights Reserved.