blob: 601db499f5dd608ac7a7fb836c474c978aea3693 [file] [log] [blame]
package org.eclipse.gmf.codegen.xtend.ui.handlers;
import org.eclipse.gmf.internal.common.codegen.TextEmitter;
/**
* FIXME: [MG] Merging artifact, allows to merge {@link CodegenEmittersWithXtend2} without introducing breaking changes
* to gmf.common
*/
public interface GeneratorTextEmitter extends TextEmitter {
}