Skip to content

Instantly share code, notes, and snippets.

@ova2
Created August 27, 2016 13:48
Show Gist options
  • Save ova2/b5cf08f86fa7ce6b80ec4c0e0b30820b to your computer and use it in GitHub Desktop.
Save ova2/b5cf08f86fa7ce6b80ec4c0e0b30820b to your computer and use it in GitHub Desktop.
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
public @interface FlowOnPage {
int step() default 1;
String desc();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment