com.github.marschall.memoryfilesystem.AutoRelease Maven / Gradle / Ivy
package com.github.marschall.memoryfilesystem;
@FunctionalInterface
interface AutoRelease extends AutoCloseable {
@Override
void close();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy