19 package org.omg.dds.type;
21 import java.lang.annotation.Documented;
22 import java.lang.annotation.ElementType;
23 import java.lang.annotation.Retention;
24 import java.lang.annotation.RetentionPolicy;
25 import java.lang.annotation.Target;
30 @Retention(RetentionPolicy.RUNTIME)
33 ElementType.ANNOTATION_TYPE,
65 public long[]
bound() default { };
NO_TYPE
sentinel indicating "null" value
long [] bound() default
The collection's or bit set's bound(s), if any, if this annotation is applied to a collection or bit ...