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