gson-comments/wsclient
Inderjeet Singh 5adfa4bc04 Defined an interface RestResource that all resources need to extend from. Defined an Id class for a resource.
Changed a rest body spec to take a type instead of a class. This allows parameterized resource types.
Defined a repository interface with an in-memory implementation for server-side storage of rest resource instances.
2010-10-17 16:01:36 +00:00
..
src/main/java/com/google/gson/webservice/client Defined an interface RestResource that all resources need to extend from. Defined an Id class for a resource. 2010-10-17 16:01:36 +00:00
pom.xml Updated Gson version to 1.5 in maven configuration to match the current version. 2010-07-20 05:32:21 +00:00