class TestClass { /** * This is a JavaDoc without any of the fancy frills that come with it. */ public static void main(String[] args) { System.out.println("Hello world."); } }