Annotation Type Name


  • @Target(PARAMETER)
    @Retention(RUNTIME)
    @Inherited
    @Documented
    public @interface Name
    Produces a parameter name that will be returned by JMX MBeanFeatureInfo.getName().
    • Field Summary

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

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

      • NAME

        static final java.lang.String NAME
    • Element Detail

      • value

        @DescriptorKey("name")
        java.lang.String value