Skip to content

Instantly share code, notes, and snippets.

@jarrad
Created June 21, 2016 12:18
Show Gist options
  • Save jarrad/57d130b46d7cb5c576d0b9ecf6c5277f to your computer and use it in GitHub Desktop.
Save jarrad/57d130b46d7cb5c576d0b9ecf6c5277f to your computer and use it in GitHub Desktop.
Eclipse Guava checkNotNull template
${:importStatic(com.google.common.base.Preconditions.checkNotNull)}${var} = checkNotNull(${var});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment