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

br.com.objectos.io.NotFound Maven / Gradle / Ivy

package br.com.objectos.io;

import br.com.objectos.annotations.Generated;

@Generated("br.com.objectos.multirelease.processor.ConcreteProcessor")
public final class NotFound extends NotFoundJava7 {

  NotFound(java.io.File file) {
    super(file);
  }

  NotFound(java.nio.file.Path delegate) {
    super(delegate);
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy