Annotation Type Spawn


  • @Documented
    @Retention(RUNTIME)
    @Target(METHOD)
    public @interface Spawn
    Annotates a Method of the FlowInterface to indicate to spawn a ThreadState.
    Author:
    Daniel Sagenschneider