public void configureXtextEditorErrorTickUpdater(com.google.inject.Binder binder) { binder.bind(IXtextEditorCallback.class).annotatedWith(Names.named("IXtextEditorCallBack")).to( //$NON-NLS-1$ XtextEditorErrorTickUpdater.class); }