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

org.brutusin.demo.complex.Greeting Maven / Gradle / Ivy

The newest version!
package org.brutusin.demo.complex;

public class Greeting {

    private String greeting;

    public String getGreeting() {
        return greeting;
    }

    public void setGreeting(String greeting) {
        this.greeting = greeting;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy