File tree 1 file changed +7
-1
lines changed
compiler/src/dotty/tools/dotc/core
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -822,16 +822,22 @@ class Definitions {
822
822
// create Symbols for the ones that are present, so they can be checked during nullification.
823
823
@ tu lazy val NotNullAnnots : List [ClassSymbol ] = ctx.getClassesIfDefined(
824
824
" javax.annotation.Nonnull" ::
825
- " edu.umd.cs.findbugs.annotations.NonNull " ::
825
+ " javax.validation.constraints.NotNull " ::
826
826
" androidx.annotation.NonNull" ::
827
827
" android.support.annotation.NonNull" ::
828
828
" android.annotation.NonNull" ::
829
829
" com.android.annotations.NonNull" ::
830
830
" org.eclipse.jdt.annotation.NonNull" ::
831
+ " edu.umd.cs.findbugs.annotations.NonNull" ::
831
832
" org.checkerframework.checker.nullness.qual.NonNull" ::
832
833
" org.checkerframework.checker.nullness.compatqual.NonNullDecl" ::
833
834
" org.jetbrains.annotations.NotNull" ::
835
+ " org.springframework.lang.NonNull" ::
836
+ " org.springframework.lang.NonNullApi" ::
837
+ " org.springframework.lang.NonNullFields" ::
834
838
" lombok.NonNull" ::
839
+ " reactor.util.annotation.NonNull" ::
840
+ " reactor.util.annotation.NonNullApi" ::
835
841
" io.reactivex.annotations.NonNull" :: Nil map PreNamedString )
836
842
837
843
// convenient one-parameter method types
You can’t perform that action at this time.
0 commit comments