MBeanExporter
does not currently allow the user to query the configured autodetectMode
in MBeanExporter
.
Comment From: sbrannen
After further consideration, the team has decided to remove the getAutodetectMode()
method since its return type conflicts with the parameter type in setAutodetectMode(int)
, making it an invalid bean property.