All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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