Open danibs opened 3 months ago
I cannot reproduce this issue. Please check that you use the latests lombok version in eclipse and have not removed anything else from your example code that is important.
@Rawi01 just checked. I create exactly the two classes above.
Same problem using Lombok v1.18.35
Eclipse complains with
Type mismatch: cannot convert from List<String> to List<E>
when using@Size
and constant.If I replace:
with:
no errors are reported.
Version info: