java.lang.NoSuchMethodError: ‘void org.eclipse.jdt.internal.compiler.ast.CaseStatement….’
In my Java 21 application with Lombok 1.18.32 one of the classes uses @Builder
with @Singular
, something like this:
In my Java 21 application with Lombok 1.18.32 one of the classes uses @Builder
with @Singular
, something like this: