Resolver

interface Resolver<T : Any>

Interface that defines how a certain interface can be resolved T must be an interface, while 'out T' must be a class

Author

Pau Corbella

Since

1.0.0

Functions

Link copied to clipboard
abstract fun resolve(environment: String?): KClass<out T>