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 SummaryRequired Elements Modifier and Type Required Element Description java.lang.StringvalueThe breakpoint name.
 
-