File tree 2 files changed +2
-2
lines changed
src/jvmMain/java/org/jetbrains/annotations
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 30
30
* <p>
31
31
* If a method overrides a superclass method, and the superclass method specifies the nullability on parameter
32
32
* or return type, then the subclass method should specify the same nullability, either directly or indirectly
33
- * via {@link @ NotNullByDefault}. The only exception is the covariant return type nullability: if the superclass
33
+ * via {@link NotNullByDefault}. The only exception is the covariant return type nullability: if the superclass
34
34
* method is declared to return nullable value, then subclass may declare to return a not-null value.
35
35
* <p>
36
36
* The tools may issue a warning if the nullability for a subclass method contradicts from the specified nullability
Original file line number Diff line number Diff line change 37
37
* <p>
38
38
* If a method overrides a superclass method, and the superclass method specifies the nullability on parameter
39
39
* or return type, then the subclass method should specify the same nullability, either directly or indirectly
40
- * via {@link @ NotNullByDefault}. The only exception is the covariant return type nullability: if the superclass
40
+ * via {@link NotNullByDefault}. The only exception is the covariant return type nullability: if the superclass
41
41
* method is declared to return nullable value, then subclass may declare to return a not-null value.
42
42
* <p>
43
43
* The tools may issue a warning if the nullability for a subclass method contradicts from the specified nullability
You can’t perform that action at this time.
0 commit comments