mockspresso-reflect / com.episode6.hackit.mockspresso.reflect / DependencyKey / of

of

static fun <T : Any!> of(clazz: Class<T>!): DependencyKey<T>!
static fun <T : Any!> of(typeToken: TypeToken<T>!): DependencyKey<T>!
static fun <T : Any!> of(clazz: Class<T>!, @Nullable identityAnnotation: Annotation?): DependencyKey<T>!
static fun <T : Any!> of(typeToken: TypeToken<T>!, @Nullable identityAnnotation: Annotation?): DependencyKey<T>!