How to get org.mangosdk.spi.ProviderFor dependency for writing a custom Lombok transformation?

烂漫一生 提交于 2019-12-03 15:17:59

Lombok uses Ant+Ivy and not Maven. Lombok does not require the usage of the ProviderFor annotation. All that annotation does is automatically generate the META-INF/services file, which is past of the standard java set of APIs. You can also maintain such a file by hand.

For more information about the Service Provider Interface, you can also have a look at the documentation of the SPI project.

There is a similar project that currently has better maven support.

NB. Since Google Code is going down soon, this project is in the process of being migrated to Github

Disclosure: I am a Lombok developer

use the unofficial maven repository 'http://www.ebi.ac.uk/~maven/m2repo'

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!