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

net.savantly.sprout.module.content.model.webPageContent.WebPageContentRepository Maven / Gradle / Ivy

The newest version!
package net.savantly.sprout.module.content.model.webPageContent;

import org.springframework.data.rest.core.annotation.RepositoryRestResource;

import net.savantly.sprout.core.domain.PersistedDomainObjectRepository;

@RepositoryRestResource(path="webPageContents", collectionResourceRel = "webPageContents", itemResourceRel = "webPageContent")
public interface WebPageContentRepository extends PersistedDomainObjectRepository {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy