You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new `jnimarshalmethod-gen --types=FILE` option is a more
convenient "overload" of `jnimarshalmethod-gen --type=REGEX`,
allowing the regular expressions to be read from `FILE` instead of
as separate `-t REGEX` options.
In addition to single-line regular expressions, `FILE` may also
contain empty lines or lines which start with a `#`, which is ignored
so that it may be treated as a comment.
0 commit comments