fun resolve(type: Class<*>, qualifier: Any? = null): Any
Resolve an instance of type with optional qualifier.
type - The Java type.
type
qualifier - The optional qualifier.
qualifier
Return The requested type or null if not found.