
com.vmlens.trace.agent.bootstrap.MutableInteger Maven / Gradle / Ivy
package com.vmlens.trace.agent.bootstrap;
public class MutableInteger {
public int count = 0;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package com.vmlens.trace.agent.bootstrap;
public class MutableInteger {
public int count = 0;
}