Java 类org.eclipse.xtext.ui.editor.XtextEditorErrorTickUpdater 实例源码

项目:bts    文件:DefaultUiModule.java   
public void configureXtextEditorErrorTickUpdater(com.google.inject.Binder binder) {
    binder.bind(IXtextEditorCallback.class).annotatedWith(Names.named("IXtextEditorCallBack")).to( //$NON-NLS-1$
            XtextEditorErrorTickUpdater.class);
}