Annotation Interface TypeStateBuilder


@Retention(CLASS) @Target(CONSTRUCTOR) public @interface TypeStateBuilder
Generate TypeState Builder using RobotUtils
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    If specified, the builder's class name is this.
  • Element Details

    • value

      String value
      If specified, the builder's class name is this. Otherwise, "Builder" is appended to the enclosing class's name.
      Default:
      ""