Skip to content

Instantly share code, notes, and snippets.

@Dalamar42
Last active March 10, 2016 11:11
Show Gist options
  • Save Dalamar42/a904dc661efaa95289f9 to your computer and use it in GitHub Desktop.
Save Dalamar42/a904dc661efaa95289f9 to your computer and use it in GitHub Desktop.
// Credit: https://youtrack.jetbrains.com/oauth?state=%2Fissue%2FIDEA-125281
@Documented
@Nonnull
@TypeQualifierDefault(
{
ElementType.ANNOTATION_TYPE,
ElementType.CONSTRUCTOR,
ElementType.FIELD,
ElementType.LOCAL_VARIABLE,
ElementType.METHOD,
ElementType.PACKAGE,
ElementType.PARAMETER,
ElementType.TYPE
})
@Retention(RetentionPolicy.SOURCE)
public @interface NonNullByDefault {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment