Annotation Interface SkipInject


@Retention(RUNTIME) @Target({PARAMETER,METHOD}) public @interface SkipInject
Instructs the test engine to skip injection for test method parameters.

If declared on a parameter of a test method then skip injection for this specific parameter.

If declared on a test method then skip injection for all parameters.