spoofax_helloworld/src/main/strategies/spoofax_helloworld/strategies/InteropRegisterer.java

11 lines
267 B
Java

package spoofax_helloworld.strategies;
import org.strategoxt.lang.JavaInteropRegisterer;
import org.strategoxt.lang.Strategy;
public class InteropRegisterer extends JavaInteropRegisterer {
public InteropRegisterer() {
super(new Strategy[] { });
}
}