You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried customizing the getset method for implementing Lombok in Java21, but my annotation processor reported an error. I tried using the method (addOpensForLombok) in LombokProcessor.java to open some packages, but it doesn't seem to be effective.I also added -- add exports and -- add opens, but the error still persists.
I want to know how Lombok solved this error and how I can solve it. I hope someone can help me. Thank you
When I create a jar file and reference it in another project, an error will occur
The text was updated successfully, but these errors were encountered:
I tried customizing the getset method for implementing Lombok in Java21, but my annotation processor reported an error. I tried using the method (addOpensForLombok) in LombokProcessor.java to open some packages, but it doesn't seem to be effective.I also added -- add exports and -- add opens, but the error still persists.
I want to know how Lombok solved this error and how I can solve it. I hope someone can help me. Thank you
When I create a jar file and reference it in another project, an error will occur
The text was updated successfully, but these errors were encountered: