Annotation Type MBean


  • @Retention(CLASS)
    @Target(TYPE)
    @Inherited
    @Documented
    public @interface MBean
    This is a copy of the real annotation found in Infinispan source tree. Should be kept in sync.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String description  
      java.lang.String objectName  
    • Element Detail

      • objectName

        java.lang.String objectName
        Default:
        ""
      • description

        java.lang.String description
        Default:
        ""