Annotation Interface Next


@Documented @Retention(RUNTIME) @Target(METHOD) public @interface Next
Annotates a method with the name of the next in the Flow.
Author:
Daniel Sagenschneider
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Obtains the name of the next in the Flow.
  • Element Details

    • value

      String value
      Obtains the name of the next in the Flow.
      Returns:
      Name of the next in the Flow.