org.picocontainer
public interface Disposable
Since: 1.0
See Also: the Startable interface if you need to
start()
and
stop()
semantics. the main PicoContainer interface (and hence its subinterfaces and
implementations like org.picocontainer.defaults.DefaultPicoContainer) implement this interface.
Method Summary | |
---|---|
void | dispose()
Dispose this component. |