Blog Archive for eitan during February 2006
I think these should make for a nice extension to the existing Java 5
Annotation API:
From an Annotation, one should be able to navigate back to the programming element that it annotates.
For example, a method annotation clearly marked with a Target
of ElementType.METHOD cannot say getAnnotatedElement().getName(),
There are two problems here. The first is the lack of the...



