1 /*xml 2 <module name="Checker"> 3 <module name="RegexpHeader"/> 4 </module> 5 */ 6 // xdoc section -- start 7 package com.puppycrawl.tools.checkstyle.checks.header.regexpheader; 8 // OK, as by default there is not specific header defined to validate it presence 9 public class Example1 { } 10 // xdoc section -- end