I\'m trying to initialise an array of annotations but can\'t figure out the syntax.
public @interface Tag { String key(); String value(); } @Target({