langtools/make/test/HelloWorld.apt.gold.txt
author alundblad
Thu, 24 Oct 2013 18:52:13 +0200
changeset 21358 d41ff832d4f6
parent 10 06bc494ca11e
permissions -rw-r--r--
8027170: Annotations declared on super-super-class should be overridden by super-class. Reviewed-by: jfranck Contributed-by: andreas.lundblad@oracle.com, peter.levart@gmail.com


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