3748507ac1
+JDK was not very helpful
5 lines
224 B
Plaintext
5 lines
224 B
Plaintext
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
|