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