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