blob: 1a22e30c923e46748a0c111cd1f395e84cb0e46f [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2011, 2012 Frank Appel 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:
* Frank Appel - initial API and implementation
* EclipseSource - ongoing development
******************************************************************************/
package org.eclipse.rap.rwt.application;
/**
* @since 2.0
* @deprecated Use {@link EntryPointFactory} instead
*/
@Deprecated
public interface IEntryPointFactory extends EntryPointFactory {
}