Annotation Type TuningClass
-
@Retention(RUNTIME) @Target(TYPE) public @interface TuningClass
Indicates that all fields in a class should be placed in RobotPreferences.
-
-
Element Detail
-
value
String value
The prefix for entries in the robot's preferences. Defaults to no prefix.- Returns:
- The prefix.
- Default:
- ""
-
-