You're going to get a bunch of errors if you attempt to edit lombok code in a smart editor that doesn't have lombok support installed, yes. It's unavoidable.
On Aug 27, 5:31 am, Mark Derricutt <[email protected]> wrote: > For javac maybe, but not for IDEA or Netbeans, or eclipse without the lombok > plugin (thats more what I was meaning). > > On Thu, Aug 27, 2009 at 2:30 PM, Reinier Zwitserloot > <[email protected]>wrote: > > > > > Nope; lombok injects those methods well before the latter stages of > > the error finding process runs - which is where problematic typing > > relations, such as missing methods that you ought to implement due to > > an interface, are found. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/javaposse?hl=en -~----------~----~----~----~------~----~------~--~---
