blob: 93a85441bcbcf82e1abc27f6d1a49849a75cb05c [file] [log] [blame]
// packages a? stand for search annotations tests
package a1;
import e1.Team;
import static e1.Team.FREDERIC;
public @interface Author {
Team[] name() default FREDERIC;
}