Annotation Interface FxmlRoot


@Target(TYPE) @Retention(RUNTIME) @Documented @FxmlController @FxmlView public @interface FxmlRoot
Annotated class is defined as root fxml tag also with controller. It is used as root and controller when loading from fxml.
Author:
Daniel MaĊĦek
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Alias for FxmlView annotation value
  • Element Details

    • value

      @AliasFor(annotation=net.rgielen.fxweaver.core.FxmlView.class, attribute="value") String value
      Alias for FxmlView annotation value
      Returns:
      Name of the view
      Default:
      ""