blob: 17839ee9557605f32b47a42ef6668a004c212fe1 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2016 Ericsson and others.
*
* 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
*******************************************************************************/
package org.eclipse.swt.tools.internal;
/**
* Interface containing constants for the Spies plug-in.
*
*/
public interface SpiesConstants {
/**
* Identifies the spies plug-in.
*/
public static final String PLUGIN_ID = "org.eclipse.swt.tools.spies"; //$NON-NLS-1$
}