jdk-24/make/langtools/test/HelloWorld.apt.gold.txt

15 lines
260 B
Plaintext
Raw Normal View History

2007-12-01 00:00:00 +00:00
/**
* This class is used to test the results of the langtools build.
*/
public class HelloWorld {
public HelloWorld();
/**
* The old standby!
* @param args The parameters are ignored.
*/
public static void main(java.lang.String... args);
}