jdk/test/java/lang/annotation/AnnotationsInheritanceOrderRedefinitionTest.java
changeset 42338 a60f280f803c
parent 30820 0d4717a011d3
equal deleted inserted replaced
42148:7a4a59859ac0 42338:a60f280f803c
    25  * @test
    25  * @test
    26  * @bug 8011940
    26  * @bug 8011940
    27  * @summary Test inheritance, order and class redefinition behaviour of RUNTIME
    27  * @summary Test inheritance, order and class redefinition behaviour of RUNTIME
    28  *          class annotations
    28  *          class annotations
    29  * @author plevart
    29  * @author plevart
    30  * @modules java.base/sun.reflect.annotation
    30  * @modules java.base/java.lang:open
       
    31  *          java.base/sun.reflect.annotation
    31  */
    32  */
    32 
    33 
    33 import sun.reflect.annotation.AnnotationParser;
    34 import sun.reflect.annotation.AnnotationParser;
    34 
    35 
    35 import java.lang.annotation.Annotation;
    36 import java.lang.annotation.Annotation;