I was wondering if there is a difference in the Wildcard Import handling between JavaFX and usual Java.
In Java there are no real negative impacts on using Wildcard Imports. You just have to keep namespaces in mind like mentioned here.
But what about imports in an FXML? Just heard that there could be an performance impact, but also heard that about usual Java which turned out as not true (AFAIK).
References to sources would be appreciated.
Thanks in advance!