blob: 2c58c8113c7d01b939eccafc129eba47cba78601 [file] [log] [blame]
/**
* *******************************************************************************
* Copyright (c) 2009 Mia-Software.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
*
* Sebastien Minguet (Mia-Software) - initial API and implementation
* Frederic Madiot (Mia-Software) - initial API and implementation
* Fabien Giquel (Mia-Software) - initial API and implementation
* Gabriel Barbier (Mia-Software) - initial API and implementation
* Erwan Breton (Sodifrance) - initial API and implementation
* Romain Dervaux (Mia-Software) - initial API and implementation
* *******************************************************************************
*
* $Id$
*/
package org.eclipse.gmt.modisco.java;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Block Comment</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.gmt.modisco.java.emf.JavaPackage#getBlockComment()
* @model
* @generated
*/
public interface BlockComment extends Comment {
} // BlockComment