Package frc.robot.util.typestate
Annotation Interface TypeStateBuilder
Generate TypeState Builder using RobotUtils
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
String valueIf specified, the builder's class name is this. Otherwise, "Builder" is appended to the enclosing class's name.- Default:
- ""
-
linear
boolean linearIf true, required fields must be specified in the same order as the constructor. If false, required fields may be specified in any order. Defaults to false.- Default:
- false
-