Annotation Interface Topics


@Documented @Retention(RUNTIME) @Target({METHOD,TYPE}) public @interface Topics
Repeatable annotation for one or many Topic annotations.
Since:
3.0
Author:
Vaso Putica
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Names of the topics to subscribe to.
  • Element Details

    • value

      Topic[] value
      Names of the topics to subscribe to.
      Returns:
      The Topics specified
      Default:
      {}