@Retention(value=RUNTIME) @Target(value=METHOD) public @interface Create
Vendor creating a product on a Bazaar. The method can
 request arbitrary parameters from the BazaarContext or provided by BazaarContextFunctions.
 This method will be called only on the Vendor with the highest Bid.
 Further, the method will only be called if all specified parameters can be resolved. The method returns the created
 product.
 see also BazaarCopyright © 2018. All rights reserved.