Uses of Class
com.kosdev.kos.commons.util.AutowiredList
Packages that use AutowiredList
Package
Description
This package provides the core application framework for KOS, including application lifecycle management,
dynamic loading capabilities, and messaging infrastructure.
-
Uses of AutowiredList in com.kosdev.kos.commons.util
Subclasses of AutowiredList in com.kosdev.kos.commons.utilModifier and TypeClassDescriptionclassListenerList<T>Thread-safe listener list with lambda event support. -
Uses of AutowiredList in com.kosdev.kos.core.service.app
Subclasses of AutowiredList in com.kosdev.kos.core.service.appModifier and TypeClassDescriptionclassSubclass ofListenerListwhich examines the classloader of objects being added, and if they originate from an application, they will only be added once the application has started.