jmix-framework / jmix

Jmix framework
https://www.jmix.io
Apache License 2.0
487 stars 112 forks source link

Change obsolete @Nullable annotations #3399

Open ilushaaa opened 2 weeks ago

ilushaaa commented 2 weeks ago

There are several using of javax.annotation.Nullable and jakarta.annotation.Nullable in module jmix.flowui.

Change them to org.springframework.lang.Nullable to match project code style.