Skip to content

Instantly share code, notes, and snippets.

@haykam821
Last active April 20, 2020 22:06
Show Gist options
  • Save haykam821/24378f9f501a311c6763741b15abe174 to your computer and use it in GitHub Desktop.
Save haykam821/24378f9f501a311c6763741b15abe174 to your computer and use it in GitHub Desktop.
Signatures for Java/mixin

Signatures

  • int: I
  • boolean: Z
  • void/no type: V
  • long: J
  • float: F
  • double: D
  • byte: B
  • char: C
  • short: S
  • array (type): [
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment