Package org.glassfish.hk2.api
Interface PreDestroy
-
public interface PreDestroyComponents implementing this interface registers an interest in being notified when they are about to be decommissioned.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpreDestroy()The component is about to be removed from the registry.
-