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

com.github.tinosteinort.beanrepository.BeanProvider Maven / Gradle / Ivy

Go to download

BeanRepository - Dependency Injection / Service Locator Mix. Without Reflection and Annotations.

There is a newer version: 1.7.0
Show newest version
package com.github.tinosteinort.beanrepository;

interface BeanProvider {

     T getBean(BeanRepository repository, boolean dryRun);

    String getRepositoryId();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy