package org.nextprot.api.core.service; import org.nextprot.api.core.domain.release.ReleaseInfo; public interface ReleaseInfoService { public ReleaseInfo findReleaseInfo(); }