Annotation Type Create


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface Create
    Marks a method in a 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 Bazaar
    Author:
    jonas