blob: 4cbc0aa7438c2b11ab883198efe3bcc8af95b60a [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;
}