Added package-info.java for support package.

This commit is contained in:
Oliver Gierke
2011-07-21 10:28:14 +02:00
parent 1f4dc248e4
commit 14e8bd6955

View File

@@ -0,0 +1,5 @@
/**
* Various helper classes useful when working with JPA.
*/
package org.springframework.data.jpa.support;