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 ElementsModifier and TypeOptional ElementDescriptionorg.springframework.context.annotation.ScopedProxyMode
-
Element Details
-
proxyMode
@AliasFor(annotation=org.springframework.context.annotation.Scope.class) org.springframework.context.annotation.ScopedProxyMode proxyMode- Default:
- TARGET_CLASS
-