Annotation Type FlowInterface


  • @Documented
    @Retention(RUNTIME)
    @Target(TYPE)
    public @interface FlowInterface
    Annotates an interface to have each of its methods be a Flow that may be invoked by the ManagedFunction class method.
    Author:
    Daniel Sagenschneider