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 @@
/**
* <p>
* Adapters for Plain Old Java Objects.
* </p>
*/
package org.springframework.batch.item.adapter;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
Adapters for Plain Old Java Objects.
</p>
</body>
</html>

View File

@@ -0,0 +1,6 @@
/**
* AMQP related batch components.
*
* @author Michael Minella
*/
package org.springframework.batch.item.amqp;

View File

@@ -0,0 +1,6 @@
/**
* Spring Data related readers and writers.
*
* @author Michael Minella
*/
package org.springframework.batch.item.data;

View File

@@ -0,0 +1,6 @@
/**
* Support classes for components using various ORM related technologies.
*
* @author Michael Minella
*/
package org.springframework.batch.item.database.orm;

View File

@@ -0,0 +1,6 @@
/**
* <p>
* Infrastructure implementations of database based item readers and writers.
* </p>
*/
package org.springframework.batch.item.database;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
Infrastructure implementations of database based item readers and writers.
</p>
</body>
</html>

View File

@@ -0,0 +1,6 @@
/**
* Support classes for database specific semantics.
*
* @author Michael Minella
*/
package org.springframework.batch.item.database.support;

View File

@@ -0,0 +1,6 @@
/**
* <p>
* Infrastructure implementations of io file support mapping concerns.
* </p>
*/
package org.springframework.batch.item.file.mapping;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
Infrastructure implementations of io file support mapping concerns.
</p>
</body>
</html>

View File

@@ -0,0 +1,6 @@
/**
* <p>
* Infrastructure implementations of io file concerns.
* </p>
*/
package org.springframework.batch.item.file;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
Infrastructure implementations of io file concerns.
</p>
</body>
</html>

View File

@@ -0,0 +1,6 @@
/**
* <p>
* Infrastructure implementations of io file support separator concerns.
* </p>
*/
package org.springframework.batch.item.file.separator;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
Infrastructure implementations of io file support separator concerns.
</p>
</body>
</html>

View File

@@ -0,0 +1,6 @@
/**
* <p>
* Infrastructure implementations of io file support transform concerns.
* </p>
*/
package org.springframework.batch.item.file.transform;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
Infrastructure implementations of io file support transform concerns.
</p>
</body>
</html>

View File

@@ -0,0 +1,6 @@
/**
* JMS based reader/writer and related components.
*
* @author Michael Minella
*/
package org.springframework.batch.item.jms;

View File

@@ -0,0 +1,6 @@
/**
* Java Mail based components.
*
* @author Michael Minella
*/
package org.springframework.batch.item.mail;

View File

@@ -0,0 +1,6 @@
/**
* <p>
* Infrastructure interfaces and primary dependencies for item concerns.
* </p>
*/
package org.springframework.batch.item;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
Infrastructure interfaces and primary dependencies for item concerns.
</p>
</body>
</html>

View File

@@ -0,0 +1,6 @@
/**
* <p>
* Internal support package
* </p>
*/
package org.springframework.batch.item.support;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
Internal support package
</p>
</body>
</html>

View File

@@ -0,0 +1,6 @@
/**
* <p>
* Infrastructure implementations of item validator concerns.
* </p>
*/
package org.springframework.batch.item.validator;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
Infrastructure implementations of item validator concerns.
</p>
</body>
</html>

View File

@@ -0,0 +1,6 @@
/**
* <p>
* Infrastructure implementations of xml input and output.
* </p>
*/
package org.springframework.batch.item.xml;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
Infrastructure implementations of xml input and output.
</p>
</body>
</html>

View File

@@ -0,0 +1,6 @@
/**
* Components for adapting JSR item based components to Spring Batch.
*
* @author Michael Minella
*/
package org.springframework.batch.jsr.item;

View File

@@ -0,0 +1,6 @@
/**
* <p>
* Infrastructure implementations of . concerns.
* </p>
*/
package org.springframework.batch;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
Infrastructure implementations of . concerns.
</p>
</body>
</html>

View File

@@ -0,0 +1,6 @@
/**
* <p>
* Infrastructure implementations of repeat callback concerns.
* </p>
*/
package org.springframework.batch.repeat.callback;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
Infrastructure implementations of repeat callback concerns.
</p>
</body>
</html>

View File

@@ -0,0 +1,6 @@
/**
* <p>
* Infrastructure implementations of repeat context concerns.
* </p>
*/
package org.springframework.batch.repeat.context;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
Infrastructure implementations of repeat context concerns.
</p>
</body>
</html>

View File

@@ -0,0 +1,6 @@
/**
* <p>
* Infrastructure implementations of repeat exception handler concerns.
* </p>
*/
package org.springframework.batch.repeat.exception;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
Infrastructure implementations of repeat exception handler concerns.
</p>
</body>
</html>

View File

@@ -0,0 +1,6 @@
/**
* <p>
* Infrastructure implementations of repeat aop concerns.
* </p>
*/
package org.springframework.batch.repeat.interceptor;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
Infrastructure implementations of repeat aop concerns.
</p>
</body>
</html>

View File

@@ -0,0 +1,6 @@
/**
* <p>
* Infrastructure implementations of repeat interceptor concerns.
* </p>
*/
package org.springframework.batch.repeat.listener;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
Infrastructure implementations of repeat interceptor concerns.
</p>
</body>
</html>

View File

@@ -0,0 +1,6 @@
/**
* <p>
* Infrastructure implementations of repeat concerns.
* </p>
*/
package org.springframework.batch.repeat;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
Infrastructure implementations of repeat concerns.
</p>
</body>
</html>

View File

@@ -0,0 +1,6 @@
/**
* <p>
* Infrastructure implementations of repeat policy concerns.
* </p>
*/
package org.springframework.batch.repeat.policy;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
Infrastructure implementations of repeat policy concerns.
</p>
</body>
</html>

View File

@@ -0,0 +1,6 @@
/**
* <p>
* Infrastructure implementations of repeat support concerns.
* </p>
*/
package org.springframework.batch.repeat.support;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
Infrastructure implementations of repeat support concerns.
</p>
</body>
</html>

View File

@@ -0,0 +1,6 @@
/**
* <p>
* Infrastructure implementations of support concerns.
* </p>
*/
package org.springframework.batch.support;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
Infrastructure implementations of support concerns.
</p>
</body>
</html>

View File

@@ -0,0 +1,6 @@
/**
* <p>
* Infrastructure implementations of support transaction concerns.
* </p>
*/
package org.springframework.batch.support.transaction;

View File

@@ -1,7 +0,0 @@
<html>
<body>
<p>
Infrastructure implementations of support transaction concerns.
</p>
</body>
</html>