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

com.github.adminfaces.persistence.model.PersistenceEntity Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version
package com.github.adminfaces.persistence.model;

import java.io.Serializable;

public interface PersistenceEntity extends Serializable {

         ID getId();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy