@interface ff{ String f() default ""; } class d implements ff { public Class annotationType() { return null; } }