Annotation Type Breakpoint


  • @Target(METHOD)
    @Retention(RUNTIME)
    public @interface Breakpoint
    The breakpoint annotation. Used to annotate component steps as breakpoint via execute method.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value
      The breakpoint name.
    • Element Detail

      • value

        java.lang.String value
        The breakpoint name.