class MyClass { @MyAnnotation @Unresolved void normal(){} @MyClass.MyAnnotation void qualified(){ } @interface MyAnnotation { } }