Annotation Interface UserControlsInstance


An annotation to specify the UserControls implementation class to be used for a robot. Apply this annotation to your main robot class, providing a class that implements the UserControls interface.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends UserControls>
    The UserControls implementation class to be used.
  • Element Details

    • value

      The UserControls implementation class to be used.
      Returns:
      The class that implements UserControls.