blob: b6efb16b8972ae3c26d735eec34ddc67f1aa3c33 [file] [log] [blame]
/**********************************************************************
* This file is part of the "Object Teams Development Tooling"-Software.
*
* Copyright 2012, 2014 GK Software AG
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Please visit http://www.eclipse.org/objectteams for updates and contact.
*
* Contributors:
* Stephan Herrmann - Initial API and implementation
**********************************************************************/
package org.eclipse.objectteams.otdt.core.compiler;
/**
* @since 3.9 (OTDT 2.2)
*/
public class CompilerVersion {
// FIXME: can this class go?
}