blob: 879df0db04476978b0ef55e5a8173e75e4dd02ef [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 v2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* 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 {
}