Enhancements of Resource abstraction.
Introduced Resource and Resources value objects. The former captures single entity instances but adds links to it. The latter does the same for a collection of entities. Added SPI interfaces ResourcePostProcessor and ResourcesPostProcessor to allow manipulating Resource and Resources instances.
This commit is contained in:
@@ -4,4 +4,5 @@ Bundle-Vendor: SpringSource
|
||||
Bundle-ManifestVersion: 2
|
||||
Import-Template:
|
||||
javax.xml.bind.*;version="0",
|
||||
org.springframework.*;version="${spring.version:[=.=.=,+1.0.0)}";resolution:=optional
|
||||
org.springframework.*;version="${spring.version:[=.=.=,+1.0.0)}";resolution:=optional,
|
||||
org.codehaus.jackson.*;version="${jackson.version:[=.=.=,+1.0.0)}";resolution:=optional
|
||||
|
||||
Reference in New Issue
Block a user