Jspecify provides a set of annotations to explicitly declare the nullness expectations of the Java code. Add jSpecify support in Maven projects If you are using Maven, then add the jspecify dependency in . In , update or add the , to include the following configuration. Add jSpecify support in Gradle projects If you are using Gradle, then add the jspecify dependency. In or , update or add the following jspecify configuration. Add @NullMarked to package-info.java files In every java package under the application main source code ( ), create if not exists already, and add the annotation as foll…