T - the type of product create by this Vendorpublic interface Vendor<T>
Vendor provides a product of type T on a Bazaar. To find the best Vendor, every
Vendor can do a Bid in a method annotated with Bid. The best Vendor creates
the product in a method annotaed with Create.Copyright © 2018. All rights reserved.