org.jvnet.hk2.component
Interface PostConstruct


public interface PostConstruct

Classes implementing this interface register an interest in being notified when the instance has been created and the component is about to be place into commission.

Author:
Jerome Dochez

Method Summary
 void postConstruct()
          The component has been injected with any dependency and will be placed into commission by the subsystem.
 

Method Detail

postConstruct

void postConstruct()
The component has been injected with any dependency and will be placed into commission by the subsystem.



Copyright © 2009 Sun Microsystems, Inc.. All Rights Reserved.