Annotation Type InterceptorBindingOfSimulationActionProcess
-
@Inherited @Documented @Target({TYPE,METHOD}) @Retention(RUNTIME) @InterceptorBinding public @interface InterceptorBindingOfSimulationActionProcess
This annotation permits to indicate to theSimulationActionProcessAnnotationInterceptor
a method to intercept. As AnnotationBinding is transitive between annotation definitions, this annotation has been name in order to be used only into annotation declaration, and not to be specified directly on a method.- Author:
- Yohann Chastagnier