Open oeresundsgruppen opened 1 year ago
dynamic mbean is widely used via e.g. com.udojava.jmx - this annotates classes, methods, attributes - and should be possible to extract at compile-time to auto-generate interfaces called classMbean, and hence support dynamic mbeans indirectly....
Thank you for your suggestion, we'll take a look into it shortly
cc @roberttoyonaga @christianhaeubl
dynamic mbean is widely used via e.g. com.udojava.jmx - this annotates classes, methods, attributes - and should be possible to extract at compile-time to auto-generate interfaces called classMbean, and hence support dynamic mbeans indirectly....