Re: Annotations and generic programming



On Apr 30, 10:12 am, Tom Hawtin <use...@xxxxxxxxxxxxxxxxx> wrote:
Daniel Pitts wrote:
Annotation processors take "@Annotation" annotations, and process
them. There is no @Annotation in your code anywhere...

That's not necessary. Annotation processors can run on unannotated code,
deriving information through conventions and defaults.

Tom Hawtin

True, but its still no solution to the OPs problem.

.