| Name | Description | Type | Package | Framework |
| After | Marks a action method that needs to be called after the main action method and the result was executed. | Class | com.opensymphony.xwork2.interceptor.annotations | Apache Struts |
| AnnotationParameterFilterIntereptor | Annotation based version of ParameterFilterInterceptor. | Class | com.opensymphony.xwork2.interceptor.annotations | Apache Struts |
| AnnotationWorkflowInterceptor | Invokes any annotated methods on the action. | Class | com.opensymphony.xwork2.interceptor.annotations | Apache Struts |
| Before | Marks a action method that needs to be executed before the main action method. | Class | com.opensymphony.xwork2.interceptor.annotations | Apache Struts |
| BeforeResult | Marks a action method that needs to be executed before the result. | Class | com.opensymphony.xwork2.interceptor.annotations | Apache Struts |
| InputConfig | Marks a action method that if it's not validated by ValidationInterceptor then execute input method or input result. | Class | com.opensymphony.xwork2.interceptor.annotations | Apache Struts |