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

org.kantega.reststop.maven.Hello.txt Maven / Gradle / Ivy

The newest version!
package org.kantega.reststop.maven;

/**
 *
 */
public class Hello implements Greeting {
    private final String message;

    public Hello(String message) {

        this.message = message;
    }

    public String getMessage() {
        return message;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy