DATAJPA-370 - Added missing package-info.java files.

This commit is contained in:
Thomas Darimont
2013-07-23 16:51:43 +02:00
committed by Oliver Gierke
parent 295424feb2
commit 34854d2f02
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
/**
* JPA specific support classes for the Spring Data mapping subsystem.
*/
package org.springframework.data.jpa.mapping;

View File

@@ -0,0 +1,5 @@
/**
* CDI support for Spring Data JPA Repositories.
*/
package org.springframework.data.jpa.repository.cdi;