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

iperll.writejava4me-examples.0.3.source-code.EntityEntry.mustache Maven / Gradle / Ivy

The newest version!
package {{package}};

public class {{class}} {
    private final {{entity}}Key key;
    private final {{annotated}} value;
    public {{class}}({{entity}}Key key, {{annotated}} value) {
        this.key = key;
        this.value = value;
    }

    public {{entity}}Key key() {
        return key;
    }

    public {{annotated}} value() {
        return value;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy