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
Original issue reported on code.google.com by
reini...@gmail.com
on 16 Jun 2013 at 8:57