blob: 9da0b0869f6c24675587e938ff15bf4672d8d62d [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.FooNonContainer;
@FooNonContainer({@Foo, @Foo})
public class JEP120_4 {
// ...
}