Package jadex.micro.annotation
Annotation Type Publish
- 
@Target(ANNOTATION_TYPE) @Retention(RUNTIME) public @interface PublishThe name (for referencing/overriding). 
- 
- 
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringpublishidThe publishing id, e.g.java.lang.StringpublishtypeThe publishing type, e.g. 
- 
Optional Element Summary
Optional 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. 
 - 
 
- 
- 
- 
publishscope
ServiceScope publishscope
The scope user to find the publish service.- Default:
 - jadex.bridge.service.ServiceScope.PLATFORM
 
 
 - 
 
- 
- 
properties
NameValue[] properties
Additional mapping properties.- Default:
 - {}
 
 
 - 
 
 -