1 package test4;
2 
3 public @interface Anno1 {
value()4     String value() default "empty";
5 }
6