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

org.actioncontrollerdemo.DemoUser Maven / Gradle / Ivy

There is a newer version: 0.0.41
Show newest version
package org.actioncontrollerdemo;

public class DemoUser {
    private String username;

    public DemoUser(String username) {
        this.username = username;
    }

    public String getUsername() {
        return username;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy