Added package-info.java files for repository packages.

This commit is contained in:
Oliver Gierke
2010-12-29 14:43:43 +01:00
parent 04df1bdc66
commit e9a8f39e4f
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
/**
* Namespace configuration for Mongo DB specific repositories.
*/
package org.springframework.data.document.mongodb.repository.config;

View File

@@ -0,0 +1,4 @@
/**
* Mongo DB specific repository implementation.
*/
package org.springframework.data.document.mongodb.repository;