-
- All Implemented Interfaces:
-
dev.pitlor.gamekit_spring_boot_starter.interfaces.IGameRepository
@Repository()@ConditionalOnProperty(prefix = dev.pitlor, name = {persistenceStrategy}, havingValue = memory, matchIfMissing = true) public final class MemoryGameRepository<P extends IPlayer, G extends IGame<P>> implements IGameRepository<P, G>