> And because we are already at the setStaticLoader() what is the suggest > replacement to make the FXMLLoader ignore java-bindings? There is no replacement. setStaticLoad() is considered "implementation API" (it is tagged as @treatasprivate). By convention we also annotate all @treatasprivate APIs with @deprecated. G