Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 3616156c2b8f82b0b795abc45202f6792ff3ff34 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/**
 * <copyright>
 * </copyright>
 *
 * $Id: HbAnnotation.java,v 1.5 2007/07/04 19:31:48 mtaal Exp $
 */
package org.eclipse.emf.teneo.hibernate.hbannotation;

import org.eclipse.emf.teneo.annotations.pannotation.PAnnotation;

/**
 * <!-- begin-user-doc --> A representation of the model object ' <em><b>Hb Annotation</b></em>'.
 * <!-- end-user-doc -->
 * 
 * 
 * @see org.eclipse.emf.teneo.hibernate.hbannotation.HbAnnotationPackage#getHbAnnotation()
 * @model interface="true" abstract="true" annotation="http://www.eclipse.org/emf/2002/Ecore
 *        constraints='CompatibleEModelElementType AnnotationIsSupported'"
 * @generated
 */
public interface HbAnnotation extends PAnnotation {

} // HbAnnotation

Back to the top