Annotation Type Topics
- 
@Documented @Retention(RUNTIME) @Target({METHOD,TYPE}) public @interface Topics
Repeatable annotation for one or manyTopicannotations.- Since:
 - 3.0
 - Author:
 - Vaso Putica
 
 
- 
- 
Element Detail
- 
value
Topic[] value
Names of the topics to subscribe to.- Returns:
 - The Topics specified
 
- Default:
 - {}
 
 
 - 
 
 -