I have following set up on my mac:
IntelliJ IDEA Ultimate: 2018.1
Lombok Plugin Version: 0.18-2018.1
Java: 1.8.0_111
Also, I've enabled Annotation Processors as it was suggested here
But I still have following compilation error:
Cannot resolve method 'onConstructor_'
Please suggest which configurations are missing.