Files
spring-hateoas/src/main/java/org/springframework/hateoas
Oliver Gierke c3dcdf1b9e #306 - Renamed type references types to allow more concise usage.
Renamed the Resource, Resources and PagedResources types in TypeReferences to *Type so that new TypeReferences.Resources<User>() {} now becomes new ResourcesType<User>() {}.

Prior to this change a static import of TypeReferences would've cause the actual Resource types to be fully qualified.
2015-03-02 12:48:21 +01:00
..
2012-05-10 20:25:31 +02:00
2012-05-10 20:25:31 +02:00
2012-05-10 20:25:31 +02:00
2015-02-27 16:08:27 +01:00