@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 |
---|---|
Class<? extends Interceptor> |
value
Actual interceptor logic.
|
public abstract Class<? extends Interceptor> value
public abstract Stage stage
Copyright © 2004–2022. All rights reserved.