Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard

An Injection is responsible for the injection of a single resource into a target object using a property of the target

Link copied to clipboard

Any exception thrown during the injection process.

Link copied to clipboard
class Injector(injections: Injection<Annotation, Any>) : BeanPostProcessor

An Injector is responsible for the complete dependency injection of target objects. Basically, it performs two tasks:

Link copied to clipboard
class InjectorFactory(injections: Injection<Annotation, Any>) : FactoryBean<Any> , BeanPostProcessor