blob: 8204b2a1b8c72ee9db7f174be35728f555992923 [file] [log] [blame]
package org.eclipse.jdt.compiler.apt.tests;
import org.eclipse.jdt.compiler.apt.tests.annotations.Foo;
import org.eclipse.jdt.compiler.apt.tests.annotations.FooContainer;
@FooContainer({@Foo, @Foo})
public class JEP120_1 {
// ...
}