lishunli / projectlombok

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

lombok may have stopped other annotation processors from working properly. #536

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
One of the developers of Dagger (Square's dependency injection framework) gave 
me a tip that returning 'true' in an annotation handler that accepts '*' 
signals that you've claimed and handled ALL annotations in the ENTIRE source 
build. As we don't actually need to suppress the fact that we've handled lombok 
annotations for future runs (we do our own bookkeeping for that), we can just 
return false.

Original issue reported on code.google.com by reini...@gmail.com on 16 Jun 2013 at 8:57

GoogleCodeExporter commented 9 years ago
Fixed in commit b3dac7722e699b3f18169265fd77f1731a82d960, will be in 0.11.10

Original comment by reini...@gmail.com on 16 Jun 2013 at 8:58