@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface ParametrizedController
An annotation for FXML-based widgets that contains the path to the FXML file.
Widgets with this annotation are the FXML controller class for that FXML file.
The path to the FXML file for the widget with this annotation.
Element Detail
value
public abstract java.lang.String value
The path to the FXML file for the widget with this annotation. This can be either an absolute path or a
relative path to the class on which the annotation is placed.