Package io.cucumber.spring
Annotation Type ScenarioScope
-
@Target({TYPE,METHOD}) @Retention(RUNTIME) @Documented @Scope("cucumber-glue") @API(status=STABLE) public @interface ScenarioScope
Marks a bean as scoped to the execution of a cucumber scenario.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description org.springframework.context.annotation.ScopedProxyMode
proxyMode
-