Repo

interface Repo(source)

Base marker interface for all repository types in the MicroUtils library. This interface serves as a common ancestor for specialized repository interfaces like ReadCRUDRepo, WriteCRUDRepo, ReadKeyValueRepo, WriteKeyValueRepo, etc.

Inheritors