Skip to content

Latest commit

 

History

History
executable file
·
13 lines (7 loc) · 438 Bytes

README.md

File metadata and controls

executable file
·
13 lines (7 loc) · 438 Bytes

jmx-annotation

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.