aboutsummaryrefslogtreecommitdiffstats
path: root/tests/multiIncremental/PR164384/base/MyAnnotation.java
blob: fc10a566c69b41b61960719db8038382757c3467 (plain)
1
2
3
4
5
6
7
8
9
package pkg;

import java.lang.annotation.ElementType;
import java.lang.annotation.Target;

@Target(ElementType.METHOD)
public @interface MyAnnotation {

}