@Target(value=ANNOTATION_TYPE)
@Retention(value=RUNTIME)
public @interface Publish
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
publishid
The publishing id, e.g.
|
java.lang.String |
publishtype
The publishing type, e.g.
|
Modifier and Type | Optional Element and Description |
---|---|
java.lang.Class<?> |
mapping
The mapping information (e.g.
|
jadex.bridge.nonfunctional.annotation.NameValue[] |
properties
Additional mapping properties.
|