blob: 46f0211bc35f51593be0711cc4cc0ccdab3c1de9 [file] [log] [blame]
package org.eclipse.emf.parsley.examples.cdo.company.ui.products;
import org.eclipse.ui.plugin.AbstractUIPlugin;
public class ProductsGuiceModule extends EmfParsleyGuiceModuleGen {
public ProductsGuiceModule(AbstractUIPlugin plugin) {
super(plugin);
}
}