Classes

The following classes are available globally.

  • Property wrapper that automatically resolve instance if such exist

    See more

    Declaration

    Swift

    @propertyWrapper
    public class Inject<T>
  • Property wrapper that automatically force-resolving instance

    See more

    Declaration

    Swift

    @propertyWrapper
    public class ForceInject<T>
  • A class that registers and resolve all the dependencies

    See more

    Declaration

    Swift

    public final class NerdzInject