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
We encourage users to copy/paste the output from javap. We should only reflect public methods etc into Rust.
It's sometimes useful to still have declarations for private things, particularly for native functions (which I'm currently working on), as those aren't necessarily declared as public.
The text was updated successfully, but these errors were encountered:
We encourage users to copy/paste the output from
javap
. We should only reflect public methods etc into Rust.It's sometimes useful to still have declarations for private things, particularly for native functions (which I'm currently working on), as those aren't necessarily declared as public.
The text was updated successfully, but these errors were encountered: