Constructors for Java annotations
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// +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
|
||||
Reference in New Issue
Block a user