Uses of Class
com.kosdev.kos.core.service.app.BaseAppConfig
Packages that use BaseAppConfig
Package
Description
This package provides the core application framework for KOS, including application lifecycle management,
dynamic loading capabilities, and messaging infrastructure.
-
Uses of BaseAppConfig in com.kosdev.kos.core.service.app
Classes in com.kosdev.kos.core.service.app with type parameters of type BaseAppConfigModifier and TypeClassDescriptionclassApplication<T extends BaseAppConfig>Base class for all KOS applications.classSystemApplication<T extends BaseAppConfig>Base class for system applications, which simply adds convenience methods to the baseApplicationtype.