blob: 1b8033f514888a78720560d12d5cfc4c214cf37a [file] [log] [blame]
package annotations.toys;
public @interface FancyAnnotation {
int myInt();
String left();
SimplerAnnotation[] friends();
}