blob: 69ba81334cc5301ad27a927eed8c38d7ddcc2d38 [file] [log] [blame]
package org.eclipse.jdt.compiler.apt.tests;
import org.eclipse.jdt.compiler.apt.tests.annotations.Goo;
import org.eclipse.jdt.compiler.apt.tests.annotations.GooNonContainer;
@GooNonContainer({@Goo, @Goo})
public class JEP120_2 {
// ...
}