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

com.google.gwt.emul.java.io.Closeable Maven / Gradle / Ivy

The newest version!
package java.io;

import java.io.IOException;

public interface Closeable extends AutoCloseable {

  /**
   * Does nothing in GWT
   */
  default void close() throws IOException {
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy