blob: cd1b235fd7755794c5e1702b79fb4ec4c19dccf8 [file] [log] [blame]
package org.eclipse.jem.util;
/*******************************************************************************
* Copyright (c) 2005 IBM Corporation 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:
* IBM Corporation - initial API and implementation
*******************************************************************************/
/**
* Interface for a UITester. The "classname" attribute on the "uiTester" extension point should implement this class.
*
* @deprecated Replaced by {@link org.eclipse.wst.common.core.util.UITester)
* @since 1.0.0
*/
public interface UITester extends org.eclipse.wst.common.core.util.UITester {
}