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

@Target(ElementType.TYPE)
public @interface InjectName {

}