summaryrefslogtreecommitdiffstats
path: root/tests/bugs151/pr123695/Write.java
blob: 1acdc9a0a44eda61b2cbc6587bf9acb4ff5a5e73 (plain)
1
2
3
4
5
6
7
import java.lang.annotation.ElementType;
import java.lang.annotation.Target;

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

}