package org.jbehave.core.annotations;public enum Scope { /** * Step */ STEP, /** * Scenario */ SCENARIO, /** * Story */ STORY}