Package org.glassfish.hk2.api
Interface PostConstruct
-
public interface PostConstructClasses 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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpostConstruct()The component has been injected with any dependency and will be placed into commission by the subsystem.
-