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 ElementsModifier and TypeRequired ElementDescriptionClass<? extends UserControls> The UserControls implementation class to be used.
-
Element Details
-
value
Class<? extends UserControls> valueThe UserControls implementation class to be used.- Returns:
- The class that implements UserControls.
-