1 /*xml 2 <module name="Checker"> 3 <property name="fileExtensions" value="properties"/> 4 5 <module name="UniqueProperties"/> 6 <module name="SuppressWithPlainTextCommentFilter"/> 7 8 </module> 9 */ 10 11 package com.puppycrawl.tools.checkstyle.filters.suppresswithplaintextcommentfilter; 12 13 public class Example1 { } 14 15 // xdoc section -- start 16 // xdoc section -- end