Annotation Type NeverNull.ByDefault
-
@Documented @Target(PACKAGE) @Retention(RUNTIME) @Nonnull @TypeQualifierDefault({FIELD,METHOD,PARAMETER}) public static @interface NeverNull.ByDefault
Indicates that any field, method return or method and constructor parameter of a package is nevernull
.