Package edu.wpi.grip.ui.annotations
Annotation Type ParametrizedController
-
@Retention(RUNTIME) @Target(TYPE) @Inherited @Documented public @interface ParametrizedController
Tag a JavaFX controller that needs to use assisted injection to instantiate the fields. This class is used by theGripUiModule
to load the FXML fields into the class at runtime. The URL should be in the same package in the resources folder as the class that this is annotating.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
url
-