gradle-apt-plugin icon indicating copy to clipboard operation
gradle-apt-plugin copied to clipboard

Compile shows 'cannot find symbol'

Open djj0809 opened this issue 10 years ago • 1 comments

I use this plugin for a java project to generate jpa meta model, but when compiling, it complains like this:

    :ad-core:compileJava
    /home/***/ad/core/query/spec/WordInfoPoSpecs.java:18: cannot find symbol
    symbol  : class WordInfoPo_
    location: package ***.ad.core.po
    import ***.ad.core.po.WordInfoPo_;

But it does compile success, and I guess these are just warnings.... Do you hava any idea how to get rid of it?

djj0809 avatar May 21 '14 03:05 djj0809