Enumerations

The following enumerations are available globally.

  • Priority that load ModuleFactory.

    See more

    Declaration

    Swift

    public enum LoadPriority
  • Resolve Role

    AppContext can loaded many ModuleFactory. When call Inject(), get instance by LoadPriority order by default.

    See more

    Declaration

    Swift

    public enum ResolveRole
  • All instances lifecycle is managed by IoC Container. The scope property specifies how to manage it.

    See more

    Declaration

    Swift

    public enum Scope