
com.buabook.spring.jmx.IExposeToJmx Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-common Show documentation
Show all versions of spring-common Show documentation
Spring functionality (c) 2016 Sport Trades Ltd
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