jdk-24/make/langtools/test/HelloWorld.apt.gold.txt
2017-09-12 19:03:39 +02:00

20 lines
359 B
Plaintext

/**
* 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);
/**
* This declaration is for the benefit of javah tests.
*/
public native void test();
}