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

javax.inject.Provider Maven / Gradle / Ivy

//
// Source code recreated from a .class file by IntelliJ IDEA
// (powered by Fernflower decompiler)
//

package javax.inject;

public interface Provider {
    T get();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy