Package jadex.bridge.service.component
Annotation Type Breakpoint
- 
@Target(METHOD) @Retention(RUNTIME) public @interface BreakpointThe breakpoint annotation. Used to annotate component steps as breakpoint via execute method. 
- 
- 
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalueThe breakpoint name. 
 -