Annotation Interface CitrusFramework


@Retention(RUNTIME) @Target({FIELD,PARAMETER}) public @interface CitrusFramework
Citrus test framework annotation marking a field or method parameter for object injection. Framework instance is injected as value of annotated field or parameter in Java DSL test cases.
Since:
2.2
Author:
Christoph Deppisch