You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be wonderful if Function<String, Object> injectionContext function that is passed to FXMLView constructor would accept some more information about the injecting field. It could be
Class of the field
Name of the field
All annotations of the field (if it has some qualifiers)
The text was updated successfully, but these errors were encountered:
It would be wonderful if
Function<String, Object> injectionContext
function that is passed toFXMLView
constructor would accept some more information about the injecting field. It could beThe text was updated successfully, but these errors were encountered: