All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.buabook.spring.jmx.IExposeToJmx Maven / Gradle / Ivy

The newest version!
package com.buabook.spring.jmx;

/**
 * 

JMX Exposing Interface

*

This interface exists to signal to Spring that the implementing object should be exposed via JMX.

*

NOTE: There are no methods to implement in this interface.

* (c) 2016 Sport Trades Ltd * * @author Jas Rajasansir * @version 1.0.0 * @since 8 Nov 2016 */ public interface IExposeToJmx { // This interface is left intentionally blank }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy