import java.lang.annotation.*; class X { void test(@Foo int x) {} @Target(ElementType.TYPE_USE) @interface Foo }