From b43b5aa4b2a6920d0e757d0f595a8c6c97443441 Mon Sep 17 00:00:00 2001 From: Jon Brisbin Date: Tue, 5 Apr 2011 15:28:48 -0500 Subject: [PATCH] Took out documentation reference to autowire property which was removed in previous commit. --- src/docbkx/reference/mapping.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/docbkx/reference/mapping.xml b/src/docbkx/reference/mapping.xml index 10f73bc1a..2f7a23b02 100644 --- a/src/docbkx/reference/mapping.xml +++ b/src/docbkx/reference/mapping.xml @@ -27,7 +27,7 @@ - + @@ -36,9 +36,7 @@ This sets up the right objects in the ApplicationContext to perform the full gamut of mapping operations. The base-package property tells it where to scan for classes annotated with the @org.springframework.data.document.mongodb.mapping.Document - annotation and the autowire property tells it whether to pass mapped domain objects through the - Spring ApplicationContext's autowiring mechanism, allowing you to use - @org.springframework.beans.factory.annotation.Autowired inside your domain objects. + annotation.