blob: 5ebd7dca520345c0779e52c1d2925d20d9ab3bc4 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2012 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.jaxb.eclipselink.core.context.java;
import org.eclipse.jpt.jaxb.core.context.XmlAttributeMapping;
public interface ELXmlAttributeMapping
extends XmlAttributeMapping, ELXmlNamedNodeMapping {
}