blob: 472370c6af4f1ff30caf3cc6520ed2b76c2a5971 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2011-2018 EclipseSource Muenchen GmbH 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:
* jonas - initial API and implementation
******************************************************************************/
package org.eclipse.emfforms.bazaar.internal;
import org.eclipse.emfforms.bazaar.Bid;
import org.eclipse.emfforms.bazaar.Vendor;
/**
* @author jonas
*
*/
public class MountebankPriority2Parameter1 implements Vendor<MyWare> {
@Bid
public double bid(String myParameter) {
return 2;
}
}