Annotation Interface FxmlController


@Target(TYPE) @Retention(RUNTIME) @Documented public @interface FxmlController
Annotated class is defined as Fxml Controller and is used for loading fxml as the controller.
Author:
Daniel MaĊĦek