如何在 Lombok 中定义新的处理程序?
我想将我自己的处理程序添加到 Lombok。让系统找到它的最简单方法是什么?如果我将它添加到 lombok.jar 中,这似乎可以工作,但看起来确实很麻烦。
I want to add my own handler to Lombok. What is the easiest way to have it found by the system? If I add it into the lombok.jar, that seems to work, but it does seem cumbersome.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许使用您的处理程序从源 https://github.com/rzwitserloot/lombok 构建 lombok.jar ?
Maybe build lombok.jar with your handler from source https://github.com/rzwitserloot/lombok ?