How to identify a new handler in Lombok?

I want to add my own handler to Lombok. What is the easiest way to find it by system? If I add it to lombok.jar, this seems to work, but it seems cumbersome.

+3
source share
1 answer

Maybe build lombok.jar with your handler from the source https://github.com/rzwitserloot/lombok ?

+1
source

All Articles