Annotation Type Description


  • @Target({TYPE,CONSTRUCTOR,METHOD,PARAMETER})
    @Retention(RUNTIME)
    @Inherited
    @Documented
    public @interface Description
    Produces a description that will be used by JMX metadata.
    • Field Summary

      Fields 
      Modifier and Type Fields Description
      static java.lang.String NAME  
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String value  
    • Field Detail

      • NAME

        static final java.lang.String NAME
    • Element Detail

      • value

        @DescriptorKey("description")
        java.lang.String value
        Default:
        ""