| Class | Description |
|---|---|
| DiContainer |
A container which simplifies the process of "wiring" a set of collaborator objects (providing each object
with references to all its collaborators), as well as basic lifecycle management (initialization and
disposal).
|
| Exception | Description |
|---|---|
| DiException |
Thrown by the
DiContainer |
| Annotation Type | Description |
|---|---|
| Initialize |
Annotates a method that the DI container will invoke after all the objects in the container had
their dependencies injected.
|
| Inject |
Annotates a field, method, or constructor that the DI container will assign/invoke.
|
| Name |
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.