package org.eclipse.jdt.compiler.apt.tests.annotations; public @interface FooContainer { Foo [] value(); }