SudokuFX
Loading...
Searching...
No Matches
Package fr.softsf.sudokufx.service.business

This package contains core business services. More...

Classes

class  GameLevelService
 Service managing fr.softsf.sudokufx.model.GameLevel entities. More...
class  GridService
 Service for managing Grid entities. More...
class  OptionsService
 Service for managing Options entities. More...
class  PlayerLanguageService
 Service for managing PlayerLanguage entities. More...
class  PlayerService
 Service for managing Player entities. More...

Detailed Description

This package contains core business services.

Service layer where all parameters and return types are non-null by default.

Applies org.jspecify.annotations.NullMarked to enforce non-null contract unless explicitly overridden.