langtools/make/test/HelloWorld.apt.gold.txt
author lana
Thu, 21 Jan 2016 09:46:08 -0800
changeset 35321 fb8ec0381d33
parent 10 06bc494ca11e
permissions -rw-r--r--
Added tag jdk-9+102 for changeset 722ab3267903


/**
 * 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();
}