blob: 6f532c4fb006e35fa7eca2c63d164238f121ecf0 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2007, 2010 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.core.resource.java;
//TODO This is a compatibility interface which should be removed in the Juno release
//This interface should not be used by clients if possible
public interface JavaResourcePersistentAttribute
{
String getTypeName();
}