blob: 04d5ce20962d8f758c1831800c39115053530cb7 [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 v2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
/*
*/
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();
}
}