View lombok generated code in IntelliJ IDEA

后端 未结 2 521
感情败类
感情败类 2020-12-30 18:31

I have the lombok plugin setup in IntelliJ and my code builds fine. I can see the lombok generated methods in the structure view. What I want is some way to actually see the

2条回答
  •  情书的邮戳
    2020-12-30 19:20

    Lombok comes with a 'delombok' feature that you an use as follows:

    java -jar lombok.jar delombok -p MyJavaFile.java
    

提交回复
热议问题