@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @IndexAnnotated public @interface MBean
Any annotated classes will be discovered and registered by JMX service as MBean.
By convention any such class should implement an interface with the same name
with the suffix MBean added (see JMX tutorial).
Additionally annotated class will be registered in Guice with Singleton scope.
Copyright © 2014 Atteo. All rights reserved.