blob: 0caf95d479cc106fb8a4eb42ba99ce7d1ca85354 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2018 Oracle. 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:
* Oracle - initial API and implementation
******************************************************************************/
package org.eclipse.jpt.jpa.ui.jpa2_2.details;
import org.eclipse.jpt.jpa.ui.jpa2_1.details.JpaUiFactory2_1;
public interface JpaUiFactory2_2 extends JpaUiFactory2_1 {
// nothing
}