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 the GripUiModule 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  
    • Element Detail

      • url

        java.lang.String url
        Returns:
        The name of the fxml file to be loaded as the controller.