I am trying to do some Java annotation magic. I must say I am still catching up on annotation tricks and that certain things are still not quite clear to me.
So... I hav
You could use an annotation proxy such as this one from the Hibernate Validator project (disclaimer: I'm a committer of this project).