#[cfg(any(feature = "all", feature = "junit-runner-Version"))]
__jni_bindgen! {
public class Version ("junit/runner/Version") extends crate::java::lang::Object {
#[cfg(any(feature = "all", all(feature = "java-lang-String")))]
pub fn id<'env>(__jni_env: &'env __jni_bindgen::Env) -> __jni_bindgen::std::result::Result<__jni_bindgen::std::option::Option<__jni_bindgen::Local<'env, crate::java::lang::String>>, __jni_bindgen::Local<'env, crate::java::lang::Throwable>> {
unsafe {
let __jni_args = [];
let (__jni_class, __jni_method) = __jni_env.require_class_static_method("junit/runner/Version\0", "id\0", "()Ljava/lang/String;\0");
__jni_env.call_static_object_method_a(__jni_class, __jni_method, __jni_args.as_ptr())
}
}
}
}