gpt4 book ai didi

intellij-idea - Lombok @RequiredArgsConstructor(onConstructor_ = {@MyAnnotation}) IntelliJ IDEA 编译错误

转载 作者:行者123 更新时间:2023-12-04 03:44:31 30 4
gpt4 key购买 nike

我在我的 mac 上进行了以下设置:

IntelliJ IDEA Ultimate: 2018.1
Lombok Plugin Version: 0.18-2018.1
Java: 1.8.0_111

另外,我已经按照建议启用了注释处理器 here

但我仍然有以下编译错误:

Cannot resolve method 'onConstructor_'

请指出缺少哪些配置。

最佳答案

请确保您已在 IntelliJ IDEA 中启用注解处理并添加 lombok 插件。这应该可以解决大多数情况下的问题。文档中提到了以下内容。

 * up to JDK7:<br>
* {@code @RequiredArgsConstructor(onConstructor=@__({@AnnotationsGoHere}))}<br>
* from JDK8:<br>
* {@code @RequiredArgsConstructor(onConstructor_={@AnnotationsGohere})} // note the underscore after {@code onConstructor}.

关于intellij-idea - Lombok @RequiredArgsConstructor(onConstructor_ = {@MyAnnotation}) IntelliJ IDEA 编译错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51139974/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com