/** * <copyright> * </copyright> * * $Id: Embeddable.java,v 1.6 2007/07/04 19:28:01 mtaal Exp $ */ package org.eclipse.emf.teneo.annotations.pannotation; /** * <!-- begin-user-doc --> A representation of the model object '<em><b>Embeddable</b></em>'. <!-- end-user-doc --> * * * @see org.eclipse.emf.teneo.annotations.pannotation.PannotationPackage#getEmbeddable() * @model annotation="teneo/internal/Target 0='EClass'" * annotation="http://www.eclipse.org/emf/2002/Ecore constraints='NoInterface'" * annotation="teneo/PeristenceMapping ignore='true'" * @generated */ public interface Embeddable extends PAnnotation { } // Embeddable