Package jadex.bridge.service.annotation
Annotation Type PreCondition
-
@Target(METHOD) @Retention(RUNTIME) public @interface PreCondition
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description PreCondition.Type
value
The type.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description int[]
argno
java.lang.String
expression
The expression will be parsed.
-
-
-
Element Detail
-
value
PreCondition.Type value
The type.
-
-