Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 6c408b5849fda4d3b23abb48656d1452ab91adc8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/**
 * generated by Xtext
 */
package org.eclipse.papyrus.infra.gmfdiag.generator;

import org.eclipse.emf.ecore.resource.Resource;
import org.eclipse.xtext.generator.IFileSystemAccess;
import org.eclipse.xtext.generator.IGenerator;

@SuppressWarnings("all")
public class CSSGenerator implements IGenerator {
  public void doGenerate(final Resource resource, final IFileSystemAccess fsa) {
  }
}

Back to the top