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

com.github.nill14.utils.init.api.IScope Maven / Gradle / Ivy

The newest version!
package com.github.nill14.utils.init.api;

import javax.inject.Provider;

public interface IScope {

  public  Provider scope(BindingKey bindingKey, Provider unscoped, IScopeContext scopeContext);

  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy