// WARNING: This file was autogenerated by jni-bindgen. Any changes to this file may be lost!!!
#[cfg(any(feature = "all", feature = "java-nio-file-CopyOption"))]
__jni_bindgen! {
/// public interface [CopyOption](https://developer.android.com/reference/java/nio/file/CopyOption.html)
///
/// Required feature: "java-nio-file-CopyOption"
public interface CopyOption ("java/nio/file/CopyOption") extends crate::java::lang::Object {
}
}