tags:

views:

96

answers:

1

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#.

Stobor