6 lines
232 B
Plaintext
6 lines
232 B
Plaintext
// +JDK
|
|
import java.lang.annotation.*
|
|
|
|
annotation [java.lang.annotation.Retention(RetentionPolicy.CLASS)] class my
|
|
annotation Retention(RetentionPolicy.RUNTIME) Target(ElementType.ANNOTATION_TYPE, ElementType.CONSTRUCTOR) class my1
|