Skip to content

Instantly share code, notes, and snippets.

@biancarosa
Created August 27, 2014 18:53
Show Gist options
  • Save biancarosa/60fb8c3c2a903b032b50 to your computer and use it in GitHub Desktop.
Save biancarosa/60fb8c3c2a903b032b50 to your computer and use it in GitHub Desktop.
Groovy Application that uses Bar
class Application {
public void do() {
def foo = new Foo();
def bar = new Bar(foo);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment