
com.wavefront.sdk.appagent.jvm.Constants Maven / Gradle / Ivy
package com.wavefront.sdk.appagent.jvm;
/**
* JVM SDK constants.
*
* @author Sushant Dewan ([email protected]).
*/
public class Constants {
/**
* Name of the app-agent JVM SDK component.
*/
public final static String JVM_COMPONENT = "jvm";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy