Is there a way you can suppress a checkstyle rule only for the annotations in a file. Example I am getting a magic number in my annotation and I want to suppress magic number rule but only for the annotation not the whole file.
Asked
Active
Viewed 666 times
0
-
Did you check http://checkstyle.sourceforge.net/config.html ? – Santosh Gokak Nov 06 '12 at 18:33