Java annotation: Difference between revisions

Content deleted Content added
Processing: Add description of compile-time annotation processing
Line 17:
@Target({ElementType.METHOD})
 
In the above example both Retention and Target are examples of annotations..
 
==Impact and Perception==