Annotation Interface BindToRegistry


@Retention(RUNTIME) @Documented @Target({FIELD,METHOD}) public @interface BindToRegistry
Used to bind an object to the Citrus context reference registry for dependency injection reasons. Object is bound with given name. In case no explicit name is given the registry will auto compute the name from given Class name, method name or field name.
Author:
Christoph Deppisch
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • name

      String name
      Default:
      ""