
org.iworkz.genesis.impl.ImplementationFinder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of genesis-inject Show documentation
Show all versions of genesis-inject Show documentation
Minimalistic and lightweight dependency injection library
The newest version!
package org.iworkz.genesis.impl;
public interface ImplementationFinder {
Class find(ClassLoader classLoader, Class injectedClass);
}