Annotation Type OnStart


  • @Target(METHOD)
    @Retention(RUNTIME)
    public @interface OnStart
    A method marked with this annotation will be called upon start of the element. todo: refactor @OnInit @OnStart @OnEnd to @OnStart @OnRun @OnEnd to have it consistent with services and agents