Package jadex.micro.annotation
Annotation Type Publish
- 
 @Target(ANNOTATION_TYPE) @Retention(RUNTIME) public @interface PublishThe name (for referencing/overriding).
- 
- 
Required Element SummaryRequired Elements Modifier and Type Required Element Description java.lang.StringpublishidThe publishing id, e.g.java.lang.StringpublishtypeThe publishing type, e.g.
 - 
Optional Element SummaryOptional Elements Modifier and Type Optional Element Description java.lang.Class<?>mappingThe mapping information (e.g.booleanmultiFlag if the service should be published to multiple locations.NameValue[]propertiesAdditional mapping properties.ServiceScopepublishscopeThe scope user to find the publish service.
 
- 
- 
- 
- 
publishscopeServiceScope publishscope The scope user to find the publish service.- Default:
- jadex.bridge.service.ServiceScope.PLATFORM
 
 
- 
 - 
- 
propertiesNameValue[] properties Additional mapping properties.- Default:
- {}
 
 
- 
 
-