eclipse java annotation processing

后端 未结 3 1645
陌清茗
陌清茗 2021-02-14 07:01

I want to do something using Annotation processing in eclipse jdt.

Eclipse jdtapt help tells me I should configure things on the java/compiler/annotation processing pref

3条回答
  •  故里飘歌
    2021-02-14 07:37

    Maybe you are running a multi-module project. You are looking for the annotation processing tab in the parent project which might have a pom in its pom.xml

    If so, you won't find the tab here. Go to a specific project with packaging jar and you will see the tab.

    I search for this a few hours, so maybe this helps someone saving time.

提交回复
热议问题