jni-macros 0.22.4

Procedural macros for the jni crate
Documentation
Proc macros for the [jni](https://crates.io/crates/jni) crate.

These macros are only expected to be used via the `jni` crate and only expected
to be compatible with the `jni` crate version that re-exports them.

See the [jni docs](https://docs.rs/jni/latest/jni/) for more details, since
these macros are re-exported by the `jni` crate.

## License

This project is licensed under either of

 * Apache License, Version 2.0, ([LICENSE-APACHE]../LICENSE-APACHE or
   https://www.apache.org/licenses/LICENSE-2.0)
 * MIT license ([LICENSE-MIT]../LICENSE-MIT or
   https://opensource.org/licenses/MIT)

at your option.

### Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in this project by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.