![JAR search and dependency download from the Maven repository](/logo.png)
com.vmlens.trace.agent.bootstrap.callback.getState.KeyValue Maven / Gradle / Ivy
package com.vmlens.trace.agent.bootstrap.callback.getState;
class KeyValue {
public final Object key;
public final Object value;
public KeyValue(Object key, Object value) {
super();
this.key = key;
this.value = value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy