blob: 6fe653561fc616e5bf573ffeeaa9ea998c704932 [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.SourceOneToOneAnnotation;
import org.eclipse.jpt.core.resource.java.JavaResourcePersistentAttribute;
import org.eclipse.jpt.core.utility.jdt.Attribute;
/**
* SourceOneToOne1_0Annotation
*/
public final class SourceOneToOne1_0Annotation
extends SourceOneToOneAnnotation
{
public SourceOneToOne1_0Annotation(JavaResourcePersistentAttribute parent, Attribute attribute) {
super(parent, attribute);
}
}