| Package | potomac.inject |
| Interface | public interface INamer extends ILinker, IScoper |
| Method | Defined By | ||
|---|---|---|---|
![]() | asSingleton():void
Sets the injection binding as a singleton. | IScoper | |
Links an injectable to the given name. | INamer | ||
![]() |
Links an injectable to the given class. | ILinker | |
![]() | toInstance(instance:Object):void
Links the injectable to the given instance. | ILinker | |
![]() | toProvider(providerClass:Class):IScoper
Links an injectable to the given provider. | ILinker | |
![]() |
Links an injectable to the given provider. | ILinker | |