Package jadex.bridge.service.annotation
Annotation Type OnStart
-
@Target(METHOD) @Retention(RUNTIME) public @interface OnStart
A method marked with this annotation will be called upon start of the element.
@Target(METHOD)
@Retention(RUNTIME)
public @interface OnStart