简体   繁体   中英

Lombok @Builder Cannot resolve method 'builder'

IntelliJ is throwing an error compilation "Lombok Cannot resolve method 'builder'" on the builder method using @Builder annotation.

It's a known issue . Note that Lombok in 2020.3.3 is also affected by the serious performance regression .

Downgrading to 2020.3.2 is recommended.

in my case the issue was, that I used the.builder() method on an abstract class

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM