Package it.tidalwave.dci.annotation
Annotation Interface DciContext
An annotation for DCI Contexts.
- Author:
- Fabrizio Giudici
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionboolean
If this attribute is true, all the methods of the annotated class will be executed with their instance as a context.
-
Element Details
-
autoThreadBinding
boolean autoThreadBindingIf this attribute is true, all the methods of the annotated class will be executed with their instance as a context. MUST BE CLARIFIED. WHAT IS ITS PURPOSE?- Returns:
true
if auto thread binding needs to be activated
- Default:
false
-