Skip to content

Instantly share code, notes, and snippets.

@maggandalf
Created April 20, 2011 17:01
Show Gist options
  • Save maggandalf/931931 to your computer and use it in GitHub Desktop.
Save maggandalf/931931 to your computer and use it in GitHub Desktop.
Steps Annotation
@Target(value=ElementType.TYPE)
@Retention(value=RetentionPolicy.RUNTIME)
@Documented
@Component
public @interface Steps {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment