JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Field |
Optional
|
Required
Detail:
Field |
Element
SEARCH:
Package
frc.robot.util.typestate
Annotation Interface OptionalField
public @interface
OptionalField
Marks this parameter as optional.
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
value
Stringified java expression used when this parameter is not specified.
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
AltMethod
[]
alt
Alternative build methods.
Element Details
value
String
value
Stringified java expression used when this parameter is not specified.
alt
AltMethod
[]
alt
Alternative build methods.
Default:
{}