Annotation Type Exchange


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface Exchange
    Marks a method within a BazaarContextFunction. This method can request arbitrary parameters from the BazaarContext and exchanges them to a parameter. This parameter is returned by the method.
    Author:
    jonas