Package com.tngtech.jgiven.annotation
Annotation Interface ScenarioStage
Marks fields to be stage instances
This is useful to reuse stages within stages.
It can also be used to inject stages into test classes,
for example, when more than three step definition classes are needed
@ScenarioStage MyStage stage;