All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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