FXMLLoader#setClassLoader() not passed to child loaders?

Greg Brown greg.x.brown at oracle.com
Fri Mar 2 15:02:17 PST 2012


> 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



More information about the openjfx-dev mailing list