/** * <copyright> * </copyright> * * $Id: OrmannotationsResourceImpl.java,v 1.5 2011/09/23 21:00:39 mtaal Exp $ */ package org.eclipse.emf.texo.orm.ormannotations.util; import org.eclipse.emf.common.util.URI; import org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl; /** * <!-- begin-user-doc --> The <b>Resource </b> associated with the package. <!-- end-user-doc --> * @see org.eclipse.emf.texo.orm.ormannotations.util.OrmannotationsResourceFactoryImpl * @generated */ public class OrmannotationsResourceImpl extends XMLResourceImpl { /** * Creates an instance of the resource. * <!-- begin-user-doc --> <!-- end-user-doc --> * @param uri the URI of the new resource. * @generated */ public OrmannotationsResourceImpl(URI uri) { super(uri); } } // OrmannotationsResourceImpl