Package org.int4.dirk.api
-
Interface Summary Interface Description CandidateRegistry Provides methods to manage injection candidates, like registering and removing.Injector An injector is a combination of aCandidateRegistryand anInstanceResolver, providing the functionality of both interfaces in a single type.InstanceResolver Provides methods to resolveTypes to instances.