Skip to content

Instantly share code, notes, and snippets.

@wolfc
Created September 23, 2010 11:15
Show Gist options
  • Save wolfc/593479 to your computer and use it in GitHub Desktop.
Save wolfc/593479 to your computer and use it in GitHub Desktop.
interface ResourceProvider<D, R> {
Resource provide(D deployment, R ref);
}
interface Resource {
Object getDependency();
Object getTarget();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment