Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Won't Do
-
None
-
None
-
None
Description
An new Jakarta 2.x API version was released, that includes a Nullable annotation.
As Jakarta is the industry standard, batch replace
import org.springframework.lang.Nullable;
with
import jakarta.annotation.Nullable;