Skip to content

Instantly share code, notes, and snippets.

@babanin
Created December 3, 2013 18:57
Show Gist options
  • Save babanin/95403a1ec3c7ae0bf303 to your computer and use it in GitHub Desktop.
Save babanin/95403a1ec3c7ae0bf303 to your computer and use it in GitHub Desktop.
Field value = Integer.class.getDeclaredField("value");
value.setAccessible(true);
value.set((Integer) 127, 0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment