langtools/test/tools/javac/processing/environment/round/TestElementsAnnotatedWith.java
changeset 14963 974d4423c999
parent 6720 f16f91662ad8
child 18669 99572d59c916
equal deleted inserted replaced
14962:19ffdfafbcd2 14963:974d4423c999
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 6397298 6400986 6425592 6449798 6453386 6508401 6498938 6911854
    26  * @bug 6397298 6400986 6425592 6449798 6453386 6508401 6498938 6911854
    27  * @summary Tests that getElementsAnnotatedWith works properly.
    27  * @summary Tests that getElementsAnnotatedWith works properly.
    28  * @author  Joseph D. Darcy
    28  * @author  Joseph D. Darcy
    29  * @library ../../../lib
    29  * @library /tools/javac/lib
    30  * @build   JavacTestingAbstractProcessor
    30  * @build   JavacTestingAbstractProcessor
    31  * @compile TestElementsAnnotatedWith.java
    31  * @compile TestElementsAnnotatedWith.java
    32  * @compile InheritedAnnotation.java
    32  * @compile InheritedAnnotation.java
    33  * @compile -processor TestElementsAnnotatedWith -proc:only SurfaceAnnotations.java
    33  * @compile -processor TestElementsAnnotatedWith -proc:only SurfaceAnnotations.java
    34  * @compile -processor TestElementsAnnotatedWith -proc:only BuriedAnnotations.java
    34  * @compile -processor TestElementsAnnotatedWith -proc:only BuriedAnnotations.java