
org.eclipse.xtend.maven.XtendMavenModule Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jnario-maven-plugin Show documentation
Show all versions of jnario-maven-plugin Show documentation
The compiler library for the Jnario testing language.
The newest version!
package org.eclipse.xtend.maven;
import org.eclipse.xtend.core.XtendRuntimeModule;
import org.eclipse.xtext.generator.trace.ITraceURIConverter;
public class XtendMavenModule extends XtendRuntimeModule {
public Class extends ITraceURIConverter> bindITraceURIConverter() {
return MavenTraceURIConverter.class;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy