blob: ac1fc4f8373e973c85213c778e926aa7475103b1 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2001, 2003 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/cpl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
/*
* $RCSfile: Comment.java,v $
* $Revision: 1.2 $ $Date: 2004/02/03 23:18:28 $
*/
package org.eclipse.jem.java;
/**
* @generated
*/
public interface Comment extends Block {
}