This library allow to describe Mbean using annotation.
@Description describe a MBean, Operation, Parameter
@Impact define the impact of an operation
@Name define the name of an parameter
@MBeanName define a pattern for ObjectName. This allow to autoregister the MBean object.
see jco-factory for example.