mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 19:44:41 +02:00
Initial load
This commit is contained in:
parent
686d76f772
commit
f57b87e8f6
2973 changed files with 295817 additions and 0 deletions
8
langtools/test/tools/apt/Compile/HelloAnnotation.java
Normal file
8
langtools/test/tools/apt/Compile/HelloAnnotation.java
Normal file
|
@ -0,0 +1,8 @@
|
|||
/* /nodynamiccopyright/ */
|
||||
import java.lang.annotation.*;
|
||||
@Target(ElementType.ANNOTATION_TYPE)
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
@HelloAnnotation
|
||||
@interface HelloAnnotation {
|
||||
Target value() default @Target(ElementType.METHOD);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue