Support package level annotations in Java
#KT-10942 In Progress
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package test;
|
||||
import java.lang.annotation.ElementType;
|
||||
import java.lang.annotation.Target;
|
||||
|
||||
@Target(ElementType.PACKAGE)
|
||||
public @interface Ann {
|
||||
}
|
||||
Reference in New Issue
Block a user