import foo.bar.*; class Main { void foo() throws ReflectiveOperationException { Class aType = Baz.class; Test.class.getAnnotation(Bar.class); } }