Annotation Type SimulationActionProcess
-
@Inherited @Documented @Target({TYPE,METHOD}) @Retention(RUNTIME) @InterceptorBinding @InterceptorBindingOfSimulationActionProcess public @interface SimulationActionProcess
Annotation to specify a service method that performs an action requesting simulation checks to execute.This annotation is always used with the method annotation
Action
and- Author:
- Yohann Chastagnier
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description Class<? extends SimulationElementLister>
elementLister
The class that is capable to give the entire list of elements manipulated by the service.
-
-
-
Element Detail
-
elementLister
Class<? extends SimulationElementLister> elementLister
The class that is capable to give the entire list of elements manipulated by the service.
-
-