Package frc.robot.util.typestate
Annotation Interface AltMethod
public @interface AltMethod
Alternative builder step.
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionIf specified, this parameter name is used instead of the constructor parameter name.
-
Element Details
-
-
parameter_name
String parameter_nameIf specified, this parameter name is used instead of the constructor parameter name.- Default:
- ""
-