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
     
  • Element Details

    • proxyMode

      @AliasFor(annotation=org.springframework.context.annotation.Scope.class) org.springframework.context.annotation.ScopedProxyMode proxyMode
      Default:
      TARGET_CLASS