1 /*xml 2 <module name="Checker"> 3 <module name="OrderedProperties"/> 4 </module> 5 */ 6 package com.puppycrawl.tools.checkstyle.checks.orderedproperties; 7 8 public class Example1 { } 9 // xdoc section -- start 10 // xdoc section -- end