blob: b7c852420b4e8c626a0d1113ae285e4133a0f8d4 [file] [log] [blame]
package annotated;
import annotations.*;
@annotations.AnnotationType
public class AnnotatedClass {
@AnnotationType("<") public void correctMethod() {}
@wrongpkg.AnnotationType public void wrongMethod() {}
}