test/tools/javac/annotations/typeAnnotations/TypeParameterTarget.java

Print this page

        

*** 24,34 **** /* * @test * @bug 6843077 8006775 * @summary check that type annotations may appear on all type parameter * @author Mahmood Ali ! * @compile TypeParameterTarget.java */ import java.lang.annotation.Target; import java.lang.annotation.ElementType; --- 24,34 ---- /* * @test * @bug 6843077 8006775 * @summary check that type annotations may appear on all type parameter * @author Mahmood Ali ! * @compile -doe TypeParameterTarget.java */ import java.lang.annotation.Target; import java.lang.annotation.ElementType;