Comment From: wilkinsona
Until we tackle https://github.com/spring-projects/spring-boot/issues/10712, I think we should prevent import of Framework's null-safety annotations too. We'll need to make some exceptions for Actuator if we do that as it supports the use of @Nullable on endpoint operation parameters.
Comment From: wilkinsona
Thanks, @quaff.