Skip to content

Instantly share code, notes, and snippets.

@wolfc
Created September 21, 2010 09:24
Show Gist options
  • Save wolfc/589445 to your computer and use it in GitHub Desktop.
Save wolfc/589445 to your computer and use it in GitHub Desktop.
interface ResourceProvider {
ResourceRef provide(ResourceRefType type);
}
interface ResourceRef {
Object getDependency();
Object getProxy();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment