jdk/test/java/lang/reflect/Generics/getAnnotationTest.java
changeset 4347 ab0a9f495844
parent 2 90ce3da70b43
child 5506 202f599c92aa
equal deleted inserted replaced
4346:aee26e5a53b0 4347:ab0a9f495844
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 4979440
    26  * @bug 4979440
    27  * @summary Test for signature parsing corner case
    27  * @summary Test for signature parsing corner case
    28  * @author Joseph D. Darcy
    28  * @author Joseph D. Darcy
    29  * @compile -source 1.5 getAnnotationTest.java
       
    30  * @run main getAnnotationTest
       
    31  */
    29  */
    32 
    30 
    33 import java.lang.reflect.*;
    31 import java.lang.reflect.*;
    34 import java.lang.annotation.*;
    32 import java.lang.annotation.*;
    35 
    33