BATCH-2188: Refactored package.html to package-info.java and added package-info.java to all packages that needed one

This commit is contained in:
Michael Minella
2014-04-02 16:22:45 -05:00
parent b26d272d43
commit 74992367a2
119 changed files with 465 additions and 278 deletions

View File

@@ -0,0 +1,6 @@
/**
* Components for executing item processing asynchronously and writing the results when processing is complete.
*
* @author Michael Minella
*/
package org.springframework.batch.integration.async;

View File

@@ -0,0 +1,6 @@
/**
* Components for remote chunking.
*
* @author Michael Minella
*/
package org.springframework.batch.integration.chunk;

View File

@@ -0,0 +1,6 @@
/**
* Message based job launching components.
*
* @author Michael Minella
*/
package org.springframework.batch.integration.launch;

View File

@@ -0,0 +1,6 @@
/**
* Remote partitioning components.
*
* @author Michael Minella
*/
package org.springframework.batch.integration.partition;