Annotation Interface 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
    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 autoThreadBinding
      If 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