1 package org.andromda.metafacades.emf.uml22; 2 3 import org.eclipse.uml2.uml.Property; 4 5 /** 6 * Represents an AssociationEnd metaclass (was needed because it doesn't exist 7 * in the uml2 metamodel). 8 * 9 * @author Cédric Jeanneret 10 */ 11 public interface AssociationEnd 12 extends Property 13 { 14 }