// "Add 'name='" "false" class T { @interface A { String name(); String type(); } @A("a", name = "b") void foo() { } }