test/tools/apt/Compile/HelloAnnotation.java

Sun, 26 Jul 2009 21:27:11 -0700

author
darcy
date
Sun, 26 Jul 2009 21:27:11 -0700
changeset 331
d043adadc8b6
parent 1
9a66ca7c79fa
permissions
-rw-r--r--

6381698: Warn of decommissioning of apt
Reviewed-by: jjg

     1 /* /nodynamiccopyright/ */
     2 import java.lang.annotation.*;
     3 @Target(ElementType.ANNOTATION_TYPE)
     4 @Retention(RetentionPolicy.RUNTIME)
     5 @HelloAnnotation
     6 @interface HelloAnnotation {
     7     Target value() default @Target(ElementType.METHOD);
     8 }

mercurial