Files
openide/java/java-tests/testData/psi/repositoryUse/src15/annotated/AnnotatedClass.java
T

10 lines
215 B
Java

package annotated;
import annotations.*;
@annotations.AnnotationType
public class AnnotatedClass {
@AnnotationType("<") public void correctMethod() {}
@wrongpkg.AnnotationType public void wrongMethod() {}
}