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

shaded.com.google.inject.internal.GuiceInternal Maven / Gradle / Ivy

There is a newer version: 4.1.3
Show newest version
package shaded.shaded.com.google.inject.internal;

/**
 * Class used for restricting APIs in other packages to only be used by this package.
 *
 * 

Other packages can reference this class but only this package can reference an instance of it, * so adding this class as a method param ensures that only this package can call it (provided null * is disallowed). */ public final class GuiceInternal { static final GuiceInternal GUICE_INTERNAL = new GuiceInternal(); private GuiceInternal() {} }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy