blob: 8c7abe23529d287ae6d7335b78d481d4d72f4ef7 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2010 BSI Business Systems Integration AG.
* 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:
* BSI Business Systems Integration AG - initial API and implementation
******************************************************************************/
package org.eclipse.scout.sdk.workspace;
import java.util.Comparator;
/**
* <h3>{@link IScoutBundleComparator}</h3> Comparator used to compare two scout bundles
*
* @author Matthias Villiger
* @since 3.9.0 09.02.2013
* @see IScoutBundle
* @see ScoutBundleComparators
*/
public interface IScoutBundleComparator extends Comparator<IScoutBundle> {
}