@Documented @Retention(value=RUNTIME) @Target(value={}) @TypeQualifier @InvisibleQualifier @SubtypeOf(value=LazyNonNull.class) public @interface Primitive
@Primitive
is a type annotation to indicate primitive types.
This annotation may not be written in source code; it is an implementation detail of the checker.
This annotation is associated with the NullnessChecker
.
Nullable
,
NullnessChecker