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