blob: 7e4869ecb85160c3207d951a67807d69ff7eb93f [file] [log] [blame]
package test0002;
public @interface X {
String first();
String last();
}