Annotation Type 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
      Topic[] value
      Names of the topics to subscribe to.
    • Element Detail

      • value

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