Package it.tidalwave.dci.annotation
Annotation Type DciContext
-
@Target(TYPE) @Documented @Retention(RUNTIME) public @interface DciContext
An annotation for DCI Contexts.- Author:
- Fabrizio Giudici
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description boolean
autoThreadBinding
If this attribute is true, all the methods of the annotated class will be executed with their instance as a context.
-