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