#Why doesn't AbstractProcessor output a list of annotated class?
27 messages · Page 1 of 1 (latest)
⌛ This post has been reserved for your question.
Hey @halcyon heron! Please use
/closeor theClose Postbutton above when you're finished. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.
TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.
try to use Diagnostic.Kind.ERROR which worked for me
I'm unsure why the Note is not output
the same happened to me
Tried already, still doesn't work
it does output something but you need to it isn't shown everywhere/by every IDE
Also, what happens? Is it just not executing the annotation processor at all?
How are you compiling the application?
How do you get its output in the terminal? I ran it with mvn clean install
would you need to pass flags for it to show them?
Is the annotation processor compiled before being used?
configure logging for mvn
or maybe for the compiler plugin
<configuration>
<showWarnings>true</showWarnings>
</configuration>
Note isn't a warning, is it?
note means it's just a note which is not displayed by default
nope, doesn't work
It shows other warnings but not my Note
that gave me a lot of info indeed but still not my Note
💤 Post marked as dormant
This post has been inactive for over 300 minutes, thus, it has been archived.
If your question was not answered yet, feel free to re-open this post or create a new one.
