package aaa; @interface MyObjectType {} class A { void aaa() { getClass().getAnnotations(MyObjectType<caret>) } }