@interface Ann { int u () default 0; } @Ann(0) class D { } @In("", create = "") class ZZZ { } @interface In { String value(); String create(); }