@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface JmxInit
This annotation should be placed on classes which provide JMX metrics to report (JmxFrameworkValues) and should be
loaded on startup. If the jmx metrics get loaded through a point cut then do not use this annotation on the
JMXFramework class.
- Since:
- Mar 6, 2013