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

dev.openfeature.sdk.internal.AutoCloseableLock Maven / Gradle / Ivy

package dev.openfeature.sdk.internal;

@SuppressWarnings("checkstyle:MissingJavadocType")
public interface AutoCloseableLock extends AutoCloseable {
    
    /**
     * Override the exception in AutoClosable.
     */
    @Override
    void close();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy