DATAJPA-370 - Added missing package-info.java files.
This commit is contained in:
committed by
Oliver Gierke
parent
295424feb2
commit
34854d2f02
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
* JPA specific support classes for the Spring Data mapping subsystem.
|
||||
*/
|
||||
package org.springframework.data.jpa.mapping;
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
* CDI support for Spring Data JPA Repositories.
|
||||
*/
|
||||
package org.springframework.data.jpa.repository.cdi;
|
||||
|
||||
Reference in New Issue
Block a user