You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

22 lines
601 B

//
// Copyright © 2019 Swinject Contributors. All rights reserved.
//
// MARK: For auto migration from Swinject v1 to v2.
extension ObjectScope {
@available(*, unavailable, renamed: "transient")
public static let none = transient
@available(*, unavailable, renamed: "container")
public static let hierarchy = container
}
@available(*, unavailable, renamed: "Resolver")
public protocol ResolverType {}
@available(*, unavailable, renamed: "Assembly")
public protocol AssemblyType {}
@available(*, unavailable, renamed: "ServiceKeyOption")
public protocol ServiceKeyOptionType {}