test/tools/javac/processing/environment/round/TestElementsAnnotatedWith.java

Print this page

        

*** 28,42 **** --- 28,44 ---- * @author Joseph D. Darcy * @library /tools/javac/lib * @build JavacTestingAbstractProcessor * @compile TestElementsAnnotatedWith.java * @compile InheritedAnnotation.java + * @compile TpAnno.java * @compile -processor TestElementsAnnotatedWith -proc:only SurfaceAnnotations.java * @compile -processor TestElementsAnnotatedWith -proc:only BuriedAnnotations.java * @compile -processor TestElementsAnnotatedWith -proc:only Part1.java Part2.java * @compile -processor TestElementsAnnotatedWith -proc:only C2.java * @compile -processor TestElementsAnnotatedWith -proc:only Foo.java + * @compile -processor TestElementsAnnotatedWith -proc:only TypeParameterAnnotations.java * @compile Foo.java * @compile/process -processor TestElementsAnnotatedWith -proc:only Foo */ import java.lang.annotation.Annotation;