blob: 6f62e9152023d8454a01e49b61d73f294f6f9a5a [file] [log] [blame]
public @interface X {
int id() default 0;
String name();
}