org.apache.commons.inject.api
Class PostConstructModule
java.lang.Object
org.apache.commons.inject.api.PostConstructModule
- All Implemented Interfaces:
- IModule
public class PostConstructModule
- extends Object
- implements IModule
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PostConstructModule
public PostConstructModule()
getLifecycleController
public ILifecycleController getLifecycleController()
setLifecycleController
public void setLifecycleController(ILifecycleController pController)
configure
public void configure(IBinder pBinder)
- Description copied from interface:
IModule
- Called by the
IInjectorBuilder
to create bindings, by using
the given binder
.
- Specified by:
configure
in interface IModule
getListenerFor
protected ILifecycleListener getListenerFor(Object pObject)
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.