Generated by
JDiff

Interface com.google.inject.spi.PrivateElements

Changed Methods
List<Element> getElements() Changed from non-abstract to abstract. Returns the configuration information in this private environment.
Set<Key<?>> getExposedKeys() Changed from non-abstract to abstract. Returns the unique exposed keys for these private elements.
Object getExposedSource(Key<?>) Changed from non-abstract to abstract. Returns an arbitrary object containing information about the "place" where this key was exposed.
Injector getInjector() Changed from non-abstract to abstract. Returns the child injector that hosts these private elements, or null if the elements haven't been used to create an injector.