I have created some beans that implement an interface and created a custom MBean
exporter to expose those beans to jconsole
.
Although everything works fine, the descriptions are not shown correctly.
At the top of the bean I see:
Java Class : $Proxy483 Description : Information on the management interface of the MBean
and at the descriptions of the attributes and the operations I see:
Operation exposed for management
Is there any way to see the descriptions I have set in @ManagedResource
annotations?
Thanks in advance