Hi Mike,
Yes, we're preventing warnings since we cannot suppress them. We
actually have a function in the Lombok utility class, called
preventNullAnalysis, that we plan to use in the future, but we can only
start using that one after most people have updated their installation.
Actually, I think it has been in there long enough now, so we'll
probably can already use it. The good thing is that we can actually
remove the call to preventNullAnalysis from the generated bytecode.
Roel