DATACMNS-287 - Added missing package-info.java files.

This commit is contained in:
Oliver Gierke
2013-02-19 12:47:01 +01:00
parent 9fae10750e
commit ed32d83ab3
4 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
/**
* General support for entity auditing.
*/
package org.springframework.data.auditing;

View File

@@ -0,0 +1,4 @@
/**
* Basic support for creating custom Spring namespaces and JavaConfig.
*/
package org.springframework.data.config;

View File

@@ -0,0 +1,4 @@
/**
* Support for repository initialization using XML and JSON.
*/
package org.springframework.data.repository.init;

View File

@@ -0,0 +1,4 @@
/**
* Core support classes.
*/
package org.springframework.data.support;