Commit f40f17a7 authored by Stephane Nicoll's avatar Stephane Nicoll

Add missing description

parent 3ad43e0d
...@@ -46,6 +46,9 @@ public class EndpointMBeanExportProperties { ...@@ -46,6 +46,9 @@ public class EndpointMBeanExportProperties {
*/ */
private boolean enabled = true; private boolean enabled = true;
/**
* Additional static properties to append to all ObjectNames of MBeans representing Endpoints.
*/
private Properties staticNames = new Properties(); private Properties staticNames = new Properties();
public boolean isEnabled() { public boolean isEnabled() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment