huge? pretty trivial.. the point of a javabean is you don't need to understand anything. As for annotations, it's not like developers don't need to know a crapton of other annotations as well. It's just the way it is, so a few more aren't a big deal. If you need to debug java beans, you are doing something wrong.
you can also delombok if you ever get tired of it, and now your back to manual.
I personally don't use lombok, as i'm not offended by the verbosity, given that ides since forever have done all the work, but if it's something you are bothered by, well. that.
If an argument is that javabeans are the wrong pattern to use, that's a different argument, and unrelated to lombok.