aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Java-module.md
blob: 9857de78b1b977c82012ddea8a8590ac827748bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Java Module

*Added 0.60.0*

## Functions

### `generate_native_header()`

This function will generate a header file for use in Java native module
development by reading the supplied Java file for `native` method declarations.

Keyword arguments:

- `package`: The [package](https://en.wikipedia.org/wiki/Java_package) of the
file. If left empty, Meson will assume that there is no package.