akshattandon / projectlombok

Automatically exported from code.google.com/p/projectlombok
0 stars 0 forks source link

Lombok IDEA plugin does not support @Builder in it's new (non-experimental) packaging #780

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
@Builder was recently moved from lombok.experimental to lombok. I'm using 
Lombok v1.16.0 and the Lombok IDEA plugin v0.8.9 and the latest 14.1 EAP, and 
while everything compiles and runs fine at the command line under Gradle, 
#builder methods are no longer generated in IDEA for @Builder-annotated types 
unless I drop back down to the (now-deprecated) lombok.experimental.Builder 
variant of the annotation. Doing this causes compilation warnings, and so I'm 
simply reverting to an earlier version of Lombok until this is fixed.

Thanks.

Original issue reported on code.google.com by cbe...@gmail.com on 5 Feb 2015 at 12:00

GoogleCodeExporter commented 9 years ago
Nevermind. I see there's a separate repository for the IDEA plugin, and that 
this issue has already been reported there 
(https://github.com/mplushnikov/lombok-intellij-plugin/issues/75)

Original comment by cbe...@gmail.com on 5 Feb 2015 at 12:03