Basic annotations on classes
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
// +JDK
|
||||
annotation [java.lang.Deprecated] class my
|
||||
annotation Deprecated class my1
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
// +JDK
|
||||
annotation [java.lang.Deprecated] class my
|
||||
annotation Deprecated class my1
|
||||