I haven't done much investigation work into the combination. If you do it in two steps you'd be fine (Lombok then binary weave) but that won't work if you are doing static introductions from aspects that you need around for your code to compile in the first place. If you tweaked Lombok to additionally recognize the aspectj compiler like it recognizes JDT, that may work (since AspectJ is based on the JDT compiler with a different package name) but I've never tried it - you'd need to rebuild Lombok yourself to try it out. Feels like that wouldn't be a totally unreasonable contribution back to Lombok if it did behave.
cheers, Andy On Wed, 23 Jan 2019 at 23:59, Mikael Petterson <[email protected]> wrote: > Hi, > > Is there a way around this: > > https://github.com/rzwitserloot/lombok/issues/995 > > br, > > //mikael > <https://github.com/rzwitserloot/lombok/issues/995> > Can lombok work with aspectJ and maven together. · Issue #995 · > rzwitserloot/lombok · GitHub > <https://github.com/rzwitserloot/lombok/issues/995> > Join GitHub today. GitHub is home to over 28 million developers working > together to host and review code, manage projects, and build software > together. > github.com > > > > > > _______________________________________________ > aspectj-users mailing list > [email protected] > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https://www.eclipse.org/mailman/listinfo/aspectj-users
_______________________________________________ aspectj-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/aspectj-users
