Skip to content

Instantly share code, notes, and snippets.

@marioaquino
Created September 22, 2010 01:49
Show Gist options
  • Save marioaquino/590977 to your computer and use it in GitHub Desktop.
Save marioaquino/590977 to your computer and use it in GitHub Desktop.
public interface Foo {
Bar makeABar(String hey, List now) throws BarClosedException;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment