org.brutusin.demo.complex.Greeting Maven / Gradle / Ivy
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 - 2025 Weber Informatics LLC | Privacy Policy