http://stackoverflow.com/questions/4488237/how-does-the-default-annotation-processors-discovery-process-apply

In question 
how-to-process-annotations-with-maven<http://stackoverflow.com/questions/4487338/how-to-process-annotations-with-maven>I
posted a link for a maven project that processes annotations. That
link
declares the annotation processors used in a file under resources. I wonder
if there wasn't another way all within the pom? Note that the annotations
are to be processed for test files within the same project (they indeed test
the annotations and their processors).

In other words, how can I let maven-compiler-plugin figure out the
processors (from within the project and the dependecies) that process the
annotations used? Will I always need to specify the processors used? As with
the previous question, any sample project?


-- 
Regards,
K. Gabriele

--- unchanged since 20/9/10 ---
P.S. If the subject contains "[LON]" or the addressee acknowledges the
receipt within 48 hours then I don't resend the email.
subject(this) ∈ L(LON*) ∨ ∃x. (x ∈ MyInbox ∧ Acknowledges(x, this) ∧ time(x)
< Now + 48h) ⇒ ¬resend(I, this).

If an email is sent by a sender that is not a trusted contact or the email
does not contain a valid code then the email is not received. A valid code
starts with a hyphen and ends with "X".
∀x. x ∈ MyInbox ⇒ from(x) ∈ MySafeSenderList ∨ (∃y. y ∈ subject(x) ∧ y ∈
L(-[a-z]+[0-9]X)).

Reply via email to