All Downloads are FREE. Search and download functionalities are using the official Maven repository.

toothpick.configuration.ReflectionConfiguration Maven / Gradle / Ivy

package toothpick.configuration;

import toothpick.Factory;
import toothpick.MemberInjector;

interface ReflectionConfiguration {
   Factory getFactory(Class clazz);
   MemberInjector getMemberInjector(Class clazz);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy