File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -125,11 +125,8 @@ See [`ExtensionContext`](junit-jupiter-api/src/main/java/org/junit/jupiter/api/e
125
125
This project uses JSpecify's annotation to indicate nullability. In general, the approach
126
126
is as follows:
127
127
128
- - The Gradle build is set up to treat all code as being ` @NullMarked `
129
- - The descriptor of each module is annotated with ` @NullMarked ` for IDEs such as IntelliJ
130
- IDEA to treat code correctly.
131
- - Fields, parameters, return types etc. may be annotated with ` @Nullable `
132
- - A package can be excluded (temporarily) using ` @NullUnmarked `
128
+ - All packages are annotated with ` @NullMarked `
129
+ - Types of fields, parameters, return types etc. may be annotated with ` @Nullable `
133
130
134
131
### Tests
135
132
You can’t perform that action at this time.
0 commit comments