@Target(value=PACKAGE) @Retention(value=RUNTIME) @Documented @Nonnull @TypeQualifierDefault(value={METHOD,PARAMETER}) public @interface NonNullApi
Should be used at package level in association with Nullable
annotations at parameter and return value level.