package test; /** * Javadoc for Source * Another line of javadoc */ @Version("1.1" // line comment // line comment ) @Deprecated public class Source { protected static void method1() { // method body } }