| com.bm.ejb3guice.introspect.Implementation
Implementation | public interface Implementation (Code) | | Javadoc.
author: Kevin Bourrillion (kevinb9n@gmail.com) |
Inner Class : enum ProvisionStrategy | |
getDependencies | Set<Dependency<?>> getDependencies()(Code) | | Returns a Dependency instance for each dependency this implementation has;
that is, "everyone we depend on."
|
getDependents | Set<Dependency<?>> getDependents()(Code) | | Returns a Dependency instance for each dependent this implementation has;
that is, "everyone who depends on us."
|
getKeys | Set<Key<? super T>> getKeys()(Code) | | Returns all keys which resolve to this implementation.
|
getProvisionStrategy | ProvisionStrategy getProvisionStrategy()(Code) | | Returns the strategy Guice will use to provide instances for this
implementation.
|
getScope | Scope getScope()(Code) | | Returns the scope applied to this implementation, or null if there is none.
|
|
|