@Retention(value=RUNTIME) @Target(value=TYPE) public @interface FxmlPath
FxmlView custom
FXML file path. An empty file paths will be ignored.
Note that the full path to the FXML file must be provided.
Please be aware that this annotation only effects the parent
view that is loaded by the FluentViewLoader.
Views that are included via "
package example.view;
@FxmlPath("/fxml/CustomPathView.fxml")
public class CustomView implements FxmlView {
...
}
public abstract String value
Copyright © 2019 Saxonia Systems AG. All rights reserved.