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

com.github.freegeese.maven.plugin.autocode.demo.base.BaseEntity Maven / Gradle / Ivy

There is a newer version: 1.1
Show newest version
package com.github.freegeese.maven.plugin.autocode.demo.base;

public interface BaseEntity {
    ID getId();

    void setId(ID id);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy