blob: cc3e38a3438e012760138f21cacc0750d8d638c0 [file] [log] [blame]
package test0053;
/**
* test
*/
public @interface X {
int val() default 1;
}