blob: 320a036838c7d718b1abbaf40e38c6b3336685f7 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009 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.core.internal.jpa1.resource.java.source;
import org.eclipse.jpt.core.internal.resource.java.source.SourceOneToManyAnnotation;
import org.eclipse.jpt.core.resource.java.JavaResourcePersistentAttribute;
import org.eclipse.jpt.core.utility.jdt.Attribute;
/**
* SourceOneToMany1_0Annotation
*/
public final class SourceOneToMany1_0Annotation
extends SourceOneToManyAnnotation
{
public SourceOneToMany1_0Annotation(JavaResourcePersistentAttribute parent, Attribute attribute) {
super(parent, attribute);
}
}