Annotation Type Icon


  • @Retention(RUNTIME)
    @Target({METHOD,TYPE,FIELD})
    @Inherited
    public @interface Icon
    The Icon annotation assigns an icon to modules.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value
      Returns the url of the icon.
    • Element Detail

      • value

        java.lang.String value
        Returns the url of the icon.
        Returns:
        the url of the icon