/** */ package io.sarl.lang.sarl.impl; import io.sarl.lang.sarl.SarlAnnotationType; import io.sarl.lang.sarl.SarlPackage; import org.eclipse.emf.ecore.EClass; import org.eclipse.xtend.core.xtend.impl.XtendAnnotationTypeImplCustom; /** * <!-- begin-user-doc --> * An implementation of the model object '<em><b>Annotation Type</b></em>'. * <!-- end-user-doc --> * * @generated */ public class SarlAnnotationTypeImpl extends XtendAnnotationTypeImplCustom implements SarlAnnotationType { /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ protected SarlAnnotationTypeImpl() { super(); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override protected EClass eStaticClass() { return SarlPackage.Literals.SARL_ANNOTATION_TYPE; } } //SarlAnnotationTypeImpl