blob: 76f540565aecf613b5ba3390b24f49e5dbec2ecf [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2022 Christopher Gerking and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* Christopher Gerking - initial API and implementation
*******************************************************************************/
package org.eclipse.m2m.tests.qvt.oml.bbox;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.EcorePackage;
import org.eclipse.m2m.qvt.oml.blackbox.java.Module;
@Module(packageURIs = {EcorePackage.eNS_URI})
public class Bug579914_Library {
public EClass mirrorBug579914(EClass c) {
return c;
}
}