1 /*xml 2 <module name="Checker"> 3 <module name="RegexpHeader"> 4 <property 5 name="header" 6 value="^.*"/> 7 </module> 8 </module> 9 */ 10 // xdoc section -- start 11 package com.puppycrawl.tools.checkstyle.checks.header.regexpheader; 12 // ok , as regex value matches all lines 13 public class Example4 { } 14 // xdoc section -- end