Java annotation: Difference between revisions

Content deleted Content added
m changed link for C# language to CLI. .Net attributes are NOT a specification of C# but a core metadata concept of .Net itself. The feature is not language dependant.
Line 17:
@Target({ElementType.METHOD})
 
In the above example both Retention and Target are examples of annotations..
 
==Impact and Perception==