001 /** 002 * <copyright> 003 * </copyright> 004 * 005 * $Id$ 006 */ 007 package com.hammurapi.review.impl; 008 009 import org.eclipse.emf.ecore.EClass; 010 011 import com.hammurapi.review.Annotation; 012 import com.hammurapi.review.ReviewPackage; 013 014 /** 015 * <!-- begin-user-doc --> 016 * An implementation of the model object '<em><b>Annotation</b></em>'. 017 * <!-- end-user-doc --> 018 * <p> 019 * </p> 020 * 021 * @generated 022 */ 023 public class AnnotationImpl extends ObservationImpl implements Annotation { 024 /** 025 * <!-- begin-user-doc --> 026 * <!-- end-user-doc --> 027 * @generated 028 */ 029 protected AnnotationImpl() { 030 super(); 031 } 032 033 /** 034 * <!-- begin-user-doc --> 035 * <!-- end-user-doc --> 036 * @generated 037 */ 038 @Override 039 protected EClass eStaticClass() { 040 return ReviewPackage.Literals.ANNOTATION; 041 } 042 043 } //AnnotationImpl