package fr.openwide.maven.artifact.notifier.core.business.project.dao; import fr.openwide.core.jpa.business.generic.dao.IGenericEntityDao; import fr.openwide.maven.artifact.notifier.core.business.project.model.ProjectLicense; public interface IProjectLicenseDao extends IGenericEntityDao<Long, ProjectLicense> { }