class MyCls { /** * This is a comment. */ protected void doIt() { int a = 2; } }