Package com.google.inject.internal
Class GuiceInternal
java.lang.Object
com.google.inject.internal.GuiceInternal
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).
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
GUICE_INTERNAL
-
-
Constructor Details
-
GuiceInternal
private GuiceInternal()
-