langtools/test/tools/javap/output/RepeatingTypeAnnotations.java
changeset 40316 20b50a99fe8d
parent 26532 aa84b6606229
equal deleted inserted replaced
40315:9e994c77db6a 40316:20b50a99fe8d
     1 /*
     1 /*
     2  * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    44  * <p>
    44  * <p>
    45  * Note: when specific test-cases are run, additional debug output is
    45  * Note: when specific test-cases are run, additional debug output is
    46  * produced to help debugging. Test annotated with {@code ignore}
    46  * produced to help debugging. Test annotated with {@code ignore}
    47  * can be executed explicitly.
    47  * can be executed explicitly.
    48  */
    48  */
    49 public class RepeatingTypeAnnotations extends Tester {
    49 public class RepeatingTypeAnnotations extends JavapTester {
    50 
    50 
    51     /**
    51     /**
    52      * Main method instantiates test and run test-cases.
    52      * Main method instantiates test and run test-cases.
    53      */
    53      */
    54     public static void main(String... args) throws Exception {
    54     public static void main(String... args) throws Exception {
    55         Tester tester = new RepeatingTypeAnnotations();
    55         JavapTester tester = new RepeatingTypeAnnotations();
    56         tester.run(args);
    56         tester.run(args);
    57     }
    57     }
    58 
    58 
    59     /**
    59     /**
    60      * Testcases are classes extending {@code RepeatingTypeAnnotations},
    60      * Testcases are classes extending {@code RepeatingTypeAnnotations},