View Javadoc
1   package com.puppycrawl.tools.checkstyle.filters.suppressioncommentfilter;
2   
3   class InputSuppressionCommentFilter11 {
4       //CHECKSTYLE:OFF
5       final static int logMYSELF = 10; // violation without filter
6       //CHECKSTYLE:ON
7   }