com.github.akurilov.commons.concurrent.Initializable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-commons Show documentation
Show all versions of java-commons Show documentation
Common functionality Java library
The newest version!
package com.github.akurilov.commons.concurrent;
/**
* Something what may be initialized once
*/
public interface Initializable {
/**
* @return true if initialized, false otherwise
*/
boolean isInitialized();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy