Added a warning in the documentation of the internal package.

This commit is contained in:
Inderjeet Singh 2011-04-06 01:08:12 +00:00
parent 05ae10a144
commit c15f570c72

View File

@ -0,0 +1,7 @@
/**
* Do NOT use any class in this package as they are meant for internal use in Gson.
* These classes will very likely change incompatibly in future versions. You have been warned.
*
* @author Inderjeet Singh, Joel Leitch, Jesse Wilson
*/
package com.google.gson.internal;