Open
Description
@FXMLView(value = "./helloworld.fxml", css = {"./test.css"}, bundle = "com.example.demo.helloworld")
@FXMLView Annotate has 3 property, value, css, bundle, but there are some formatting problems.
I need to provide a suffix for value and css,, however, no for bundle. In fact, for value, css, the properties need file path, the bundle needs different ways(java package manage).
So, can you do something to unify the format.
Last, It's a very good package for javafx & spring boot! Thanks!