Skip to content

Instantly share code, notes, and snippets.

@maggandalf
Created April 9, 2011 17:44
Show Gist options
  • Save maggandalf/911594 to your computer and use it in GitHub Desktop.
Save maggandalf/911594 to your computer and use it in GitHub Desktop.
Requires Not Null Parameter Check.
public void showFoo(Foo foo) {
this.bar = Objects.requireNonNull(foo);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment