blob: df4c6d37f29c0cb1423a3cc379a82f02319812ea [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2006 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
/*
* $RCSfile: JavaRefPackageImpl.java,v $
* $Revision: 1.10 $ $Date: 2006/01/17 15:57:42 $
*/
package org.eclipse.jem.java.impl;
import org.eclipse.jem.java.JavaRefPackage;
/**
*
* Do not use. This is here only for the older pre-EMF 2.2 generated code that accesses the package directly instead of through the interface.
* This is kind of API and must not go away, but new clients should not reference this class.
* @since 1.2.0
*/
public class JavaRefPackageImpl extends org.eclipse.jem.java.internal.impl.JavaRefPackageImpl {
public JavaRefPackageImpl() {
super(true);
}
/**
* Do not use. This is here only for the older pre-EMF 2.2 generated code that accesses the package directly instead of through the interface.
* @return
* @deprecated Do not use. This is here only for the older pre-EMF 2.2 generated code that accesses the package directly instead of through the interface.
* @since 1.2.0
*/
public static JavaRefPackage init() {
return org.eclipse.jem.java.internal.impl.JavaRefPackageImpl.init();
}
}