Annotation Type TuningClass


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface TuningClass
    Indicates that all fields in a class should be placed in RobotPreferences.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String value
      The prefix for entries in the robot's preferences.
    • Element Detail

      • value

        String value
        The prefix for entries in the robot's preferences. Defaults to no prefix.
        Returns:
        The prefix.
        Default:
        ""