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:
@@ -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;
|
||||
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* Components for remote chunking.
|
||||
*
|
||||
* @author Michael Minella
|
||||
*/
|
||||
package org.springframework.batch.integration.chunk;
|
||||
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* Message based job launching components.
|
||||
*
|
||||
* @author Michael Minella
|
||||
*/
|
||||
package org.springframework.batch.integration.launch;
|
||||
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* Remote partitioning components.
|
||||
*
|
||||
* @author Michael Minella
|
||||
*/
|
||||
package org.springframework.batch.integration.partition;
|
||||
Reference in New Issue
Block a user