langtools/make/test/HelloWorld.apt.gold.txt
author xdono
Tue, 04 Dec 2007 16:28:05 -0800
changeset 13 662985f412fb
parent 10 06bc494ca11e
permissions -rw-r--r--
Added tag jdk7-b24 for changeset fd16c54261b3


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