Package com.consol.citrus.spi
Annotation Type 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
-
-
Element Detail
-
name
String name
- Default:
- ""
-
-