@Override
protected void configure() {
bind(clazz).toInstance(instance);
}
});
modules.add(new FXMLLoadingModule());
modules.add(new FxApplicationThreadModule());
modules.add(new PersistentPropertyModule());
// Propagates initialization of additional modules to the specific
// subclass of this GuiceApplication instance.