javax.inject.Provider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of toothpick-javax-annotations Show documentation
Show all versions of toothpick-javax-annotations Show documentation
'Javax annotations with class retention'
//
// Source code recreated from a .class file by IntelliJ IDEA
// (powered by Fernflower decompiler)
//
package javax.inject;
public interface Provider {
T get();
}