Introduction of AnnotationTarget.CLASS as a replacement for CLASSIFIER (first step)
This commit is contained in:
+1
-1
@@ -2,5 +2,5 @@
|
||||
|
||||
package test
|
||||
|
||||
@Target(AnnotationTarget.CLASSIFIER)
|
||||
@Target(AnnotationTarget.CLASS)
|
||||
public annotation class TargetedAnnotation
|
||||
|
||||
Reference in New Issue
Block a user