Annotation Type 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
      java.lang.String value
      Obtains the name of the next in the Flow.
    • Element Detail

      • value

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