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;
29 @Retention(RetentionPolicy.RUNTIME)
47 @SuppressWarnings(
"rawtypes")
48 public Class<? extends Enum> elementType()
default Enum.class;