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