1 package org.andromda.metafacades.emf.uml22; 2 3 import org.eclipse.uml2.uml.Slot; 4 5 /** 6 * @author RJF3 7 */ 8 public interface AttributeLink extends Slot 9 { 10 }