View Javadoc
1   package com.puppycrawl.tools.checkstyle.asttreestringprinter;
2   
3   public class InputAstTreeStringPrinterJavadocPosition {
4       void method() {
5   	/**
6   	This is a method
7   	@return void
8   	<html
9   	*/
10      }
11  }