Library source does notmatch the bytecode for class XXX

原因

由于使用 Lombok 插件会造成 源码 和 编译后的 .class 存在差别, 而 idea 的自动匹配机制 (匹配 仓库的源码.class 反编译后的代码) 会警告不匹配的代码.

解决

使用 annotationProcessor

你可能感兴趣的:(idea)