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