blob: af8fb13e09e1c29efcd08d6f834e71f8efb83649 [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>Interface Declaration</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.gmt.modisco.java.emf.JavaPackage#getInterfaceDeclaration()
* @model
* @generated
*/
public interface InterfaceDeclaration extends TypeDeclaration {
} // InterfaceDeclaration