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

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