Skip to content

Instantly share code, notes, and snippets.

@O5ten
Created December 18, 2014 09:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save O5ten/a2904bb8ba25d12285ec to your computer and use it in GitHub Desktop.
Save O5ten/a2904bb8ba25d12285ec to your computer and use it in GitHub Desktop.
Gewdis!
@Override
public ProjectBlueprint scenario(ScenarioBlueprint... scenarioBlueprints) {
Collections.addAll(this.scenarios, scenarioBlueprints);
return this;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment