How to get org.mangosdk.spi.ProviderFor dependency for writing a custom Lombok transformation?
问题 I am writing a Lombok custom transformation, but I am stuck because Lombok handlers require using org.mangosdk.spi.ProviderFor annotation, and I can't find it in the Maven repositories. How are you supposed to get that dependency when making a custom Lombok transformation? I tried looking at how that dependency is retrieved in https://github.com/rzwitserloot/lombok, but they just seem to have their own copy of the library in lib directory, which I think is a very inflexible way to manage your