Annotation Type Topics


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

      Optional Elements 
      Modifier and Type Optional Element Description
      Topic[] value  
    • Element Detail

      • value

        Topic[] value
        Returns:
        The Topics specified
        Default:
        {}