Using Lombok to compile and report errors

Compile with Lombok to report an error
Lombok’s official website
The jar is introduced in the project package
then Lombok plug-in installation tools in the code
add annotations of Lombok begin to use


The compiled code will report an error
1. If the IDEA tool is on, check if the
Build — Compiler — Annotation Processors option is enabled

2. If it returns an error, or if it is Eclipse
, then it is time to check the version of the problem
If you are using Java 9 or above, switch Lombok to 1.18.x
or downgrade Java to 8 or below

Read More: