Open GoogleCodeExporter opened 9 years ago
I created a patch that adds a JSR-305 @ThreadSafe annotation to the Gson class.
I declared the dependency to the JSR-305 library as optional so that it doesn't
get downloaded transitively when using google-gson. This is fine because the
@ThreadSafe annotation has only a documentary purpose and it is not retained at
runtime.
Original comment by st.fer...@gmail.com
on 29 Nov 2014 at 11:16
Attachments:
Original issue reported on code.google.com by
st.fer...@gmail.com
on 28 Nov 2014 at 1:42