@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
public @interface Type
This annotation is used to set the topic name and type name of the DDS object/topic.
If a class does not have a Topic annotation, topic name is set to
simple name of class and type name is set to fully qualified class name.
- Author:
- mcr70