@Retention(value=RUNTIME)
@Documented
public @interface ActiveOpMode
ActiveOpMode annotation is used to specify that an op mode should be registered
for display on the driver station.| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
value
The name of the op mode.
|