Annotation Type JMXBean


  • @Documented
    @Retention(RUNTIME)
    public @interface JMXBean
    Annotation type used to mark and describe a class as a JMX bean.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String className
      The name of the class describing this bean, default is the full Java class name.
      java.lang.String description
      The description for this bean, empty by default.
    • Element Detail

      • className

        java.lang.String className
        The name of the class describing this bean, default is the full Java class name.
        Returns:
        The class name.
        Default:
        ""
      • description

        java.lang.String description
        The description for this bean, empty by default.
        Returns:
        The description
        Default:
        ""