Skip to content

Instantly share code, notes, and snippets.

@jinmingjian
Created December 20, 2012 06:37
Show Gist options
  • Save jinmingjian/4343332 to your computer and use it in GitHub Desktop.
Save jinmingjian/4343332 to your computer and use it in GitHub Desktop.
@Inject
private void setPrefReferences(
@Preference(nodePath = "org.eclipse.ui.editors") IEclipsePreferences prefUI,
@Preference(nodePath = "org.eclipse.jdt.ui") IEclipsePreferences prefJDT) {
this.prefUI = prefUI;
this.prefJDT = prefJDT;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment