JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Package:
Description
|
Related Packages
|
Classes and Interfaces
SEARCH:
Package com.tccc.kos.commons.core.context.annotations
package
com.tccc.kos.commons.core.context.annotations
Contains annotations related to interacting with the bean context.
Since:
1.0
Version:
2022-10-21
Related Packages
Package
Description
com.tccc.kos.commons.core.context
kOS relies heavily on
Dependency Injection (DI)
which is a mechanism to connect java beans together during application startup.
Annotation Interfaces
Class
Description
Autowired
Annotation that informs the BeanContext that a dependent field needs its object reference
injected
, which is also known as
autowired
.
WhenReady
Annotation that monitors a field for when it becomes
ready
.