Package jadex.bridge.service.annotation
Annotation Type CheckNotNull
- 
 @Retention(RUNTIME) @Target({PARAMETER,METHOD}) public @interface CheckNotNullPre- or postcondition check that a parameter is not null.
- 
- 
Optional Element SummaryOptional Elements Modifier and Type Optional Element Description booleanintermediateFlag if used as post condition for intermediate results.
 
-