Package jadex.bdiv3.annotation
Annotation Type Publish
-
@Target(ANNOTATION_TYPE) @Retention(RUNTIME) public @interface Publish
Publish information for a goal.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class<?>
type
The service type as which the goal should be published.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String
method
The service method the goal should be mapped to.
-