Created
June 21, 2016 12:18
-
-
Save jarrad/57d130b46d7cb5c576d0b9ecf6c5277f to your computer and use it in GitHub Desktop.
Eclipse Guava checkNotNull template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
${: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