View Javadoc
1   /*
2   MatchXpath
3   query = (default)
4   
5   
6   */
7   
8   package com.puppycrawl.tools.checkstyle.checks.coding.matchxpath;
9   
10  public class InputMatchXpath {
11      public void test() { }
12  
13      public void foo() { }
14  
15      public void correct() { }
16  }