Annotation Interface CometId
Annotation to declare a field as a Comet Id field.
Id fields must match one of the following conditions:
- undefined (not yet defined) IDs must be set to 0 (ZERO)
- other IDs must denote an unique ID retrieved from the PublishingServer Kernel
-
Optional Element Summary
Optional Elements
-
Element Details
-
targetClass
Class<?> targetClass- Default:
- java.lang.Object.class
-
referenceBinding
ReferenceBinding referenceBinding- Default:
- LOOSE
-