View Javadoc
1   package com.puppycrawl.tools.checkstyle.xpath.xpathmapper;
2   
3   public class InputXpathMapperSingleLineComment {
4       int num; // some comment
5   }