@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 BazaarContextFunction
s.
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 Bazaar
Copyright © 2018. All rights reserved.