DATACMNS-287 - Added missing package-info.java files.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* General support for entity auditing.
|
||||
*/
|
||||
package org.springframework.data.auditing;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Basic support for creating custom Spring namespaces and JavaConfig.
|
||||
*/
|
||||
package org.springframework.data.config;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Support for repository initialization using XML and JSON.
|
||||
*/
|
||||
package org.springframework.data.repository.init;
|
||||
@@ -0,0 +1,4 @@
|
||||
/**
|
||||
* Core support classes.
|
||||
*/
|
||||
package org.springframework.data.support;
|
||||
Reference in New Issue
Block a user