
woko.Closeable Maven / Gradle / Ivy
The newest version!
package woko;
/**
* Interface for IOC components that can be closed.
*
* @see woko.ioc.WokoIocContainer
*/
public interface Closeable {
/**
* Close this component and release all resources
*/
void close();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy