test/tools/apt/Compile/HelloAnnotation.java

Wed, 09 Apr 2008 11:19:15 -0700

author
xdono
date
Wed, 09 Apr 2008 11:19:15 -0700
changeset 15
18f0b1b5ffd6
parent 1
9a66ca7c79fa
permissions
-rw-r--r--

Added tag jdk7-b25 for changeset 58039502942e

     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