I wonder if they have attributes now and their similarities with this C#'s powerful feature.
+6
A:
Java has "Annotations" (since 1.5) which function similarly to Attributes in C#.
- An article from developer.com: http://www.developer.com/java/other/article.php/3556176
- Many handy results: http://www.google.com/search?q=java+annotations
Stobor
2009-07-04 06:29:58