@Documented @Retention @Target public abstract @interface

NotNull

implements Annotation
com.atlassian.jira.util.NotNull

This @interface is deprecated.
Use javax.annotation.Nonnull instead. Since v6.1.

Class Overview

The annotated field, method result, parameter or local variable must not be null.

Summary

[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation