Classes
The following classes are available globally.
-
Property wrapper that automatically resolve instance if such exist
See moreDeclaration
Swift
@propertyWrapper public class Inject<T>
-
Property wrapper that automatically force-resolving instance
See moreDeclaration
Swift
@propertyWrapper public class ForceInject<T>
-
A class that registers and resolve all the dependencies
See moreDeclaration
Swift
public final class NerdzInject