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

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

Classes

class  AsyncFileProcessorService
 
class  AudioService
 Service managing audio playback for the application. More...
 
class  FileChooserService
 A Spring service that provides a reusable and type-safe file chooser utility for selecting different kinds of files (e.g., images, audio). More...
 
class  PlayerService
 Service class providing business logic related to Player entities. More...
 
class  VersionService
 Service for checking if the application version is up to date by querying GitHub. More...
 

Detailed Description

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

Applies org.springframework.lang.NonNullApi to enforce non-null contract unless explicitly overridden.