Annotation Type Application.Description


  • @Target(TYPE)
    @Retention(RUNTIME)
    public static @interface Application.Description
    Provides a helpful description about the purpose of the application to display in the application's help
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String value
      Value string.
    • Element Detail

      • value

        String value
        Value string.
        Returns:
        the string
        Default:
        ""