blob: 88ff3765d052bdb92e5557a0a4e3f7b5406843e7 [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_3 {
// ...
}