blob: 5990cb3d34ded24a05047c9df457df6ac8c1ed6a [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2014, 2016 1C-Soft LLC and others.
* 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:
* Vladimir Piskarev (1C) - initial API and implementation
*******************************************************************************/
package org.eclipse.handly.model;
/**
* Represents a source file.
*
* @see ISourceElement
*/
public interface ISourceFile
extends ISourceElement
{
/*
* Implementors of this interface must also implement ISourceFileImpl.
*/
}