Can you omit the parenthesis from attributes with no params?
- by Joan Venge
I noticed when I have Serializable instead of Serializable(), the code still compiles.
Is there a rule for this that you can omit the parenthesis? Is it a good practice? It seems more readable to me unless I am missing something.