|
|
|
|
|
by Osiris
5000 days ago
|
|
The examples in the annotations RFC that he links to actual use C# style attributes syntax: <Attribute(Value)>
public class Sample { }
I think that's a better approach as it makes the annotations an actual language construct and keeps them out of comments. |
|