Class SimulationActionProcessAnnotationInterceptor


  • @InterceptorBindingOfSimulationActionProcess
    @Interceptor
    @Priority(2000)
    public class SimulationActionProcessAnnotationInterceptor
    extends Object
    Interceptor that handle a simulation of actions performed by a caller. More precisely, the simulation focuses on file manipulations. All method called annotated with SimulationActionProcess and managed by CDI, will be processed by this interceptor.
    Author:
    Yohann Chastagnier
    • Constructor Detail

      • SimulationActionProcessAnnotationInterceptor

        public SimulationActionProcessAnnotationInterceptor()