Skip to content

Instantly share code, notes, and snippets.

@cwash
Created June 25, 2013 20:09
Show Gist options
  • Save cwash/5861916 to your computer and use it in GitHub Desktop.
Save cwash/5861916 to your computer and use it in GitHub Desktop.
Dirty trick to speed up JAXBContext initialization
System.setProperty("com.sun.xml.bind.v2.runtime.JAXBContextImpl.fastBoot", "true");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment