![JAR search and dependency download from the Maven repository](/logo.png)
com.greenpepper.maven.plugin.spy.SpyCallResult Maven / Gradle / Ivy
package com.greenpepper.maven.plugin.spy;
class SpyCallResult {
final String message;
public SpyCallResult(String message) {
this.message = message;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy