Jakarta @Nullable Annotation Not Propagating to Lombok-Generated Setter Method
I’m encountering an issue where the Jakarta `@Nullable` annotation is not being propagated to the setter method generated by Lombok’s `@Data` annotation.
However, when I use the `@Nullable` annotation from `javax`, it works as expected.
Here is a simplified version of my code: