Annotation Type CometId
-
@Documented @Retention(RUNTIME) @Target(FIELD) public @interface CometIdAnnotation 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 Modifier and Type Optional Element Description ReferenceBindingreferenceBindingjava.lang.Class<?>targetClass
-
-
-
-
referenceBinding
ReferenceBinding referenceBinding
- Default:
- com.priint.pubserver.comet.config.ReferenceBinding.LOOSE
-
-