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 @@
|
||||
/**
|
||||
* <p>
|
||||
* Adapters for Plain Old Java Objects.
|
||||
* </p>
|
||||
*/
|
||||
package org.springframework.batch.item.adapter;
|
||||
@@ -1,7 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
<p>
|
||||
Adapters for Plain Old Java Objects.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* AMQP related batch components.
|
||||
*
|
||||
* @author Michael Minella
|
||||
*/
|
||||
package org.springframework.batch.item.amqp;
|
||||
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* Spring Data related readers and writers.
|
||||
*
|
||||
* @author Michael Minella
|
||||
*/
|
||||
package org.springframework.batch.item.data;
|
||||
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* Support classes for components using various ORM related technologies.
|
||||
*
|
||||
* @author Michael Minella
|
||||
*/
|
||||
package org.springframework.batch.item.database.orm;
|
||||
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* <p>
|
||||
* Infrastructure implementations of database based item readers and writers.
|
||||
* </p>
|
||||
*/
|
||||
package org.springframework.batch.item.database;
|
||||
@@ -1,7 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
<p>
|
||||
Infrastructure implementations of database based item readers and writers.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* Support classes for database specific semantics.
|
||||
*
|
||||
* @author Michael Minella
|
||||
*/
|
||||
package org.springframework.batch.item.database.support;
|
||||
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* <p>
|
||||
* Infrastructure implementations of io file support mapping concerns.
|
||||
* </p>
|
||||
*/
|
||||
package org.springframework.batch.item.file.mapping;
|
||||
@@ -1,7 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
<p>
|
||||
Infrastructure implementations of io file support mapping concerns.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* <p>
|
||||
* Infrastructure implementations of io file concerns.
|
||||
* </p>
|
||||
*/
|
||||
package org.springframework.batch.item.file;
|
||||
@@ -1,7 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
<p>
|
||||
Infrastructure implementations of io file concerns.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* <p>
|
||||
* Infrastructure implementations of io file support separator concerns.
|
||||
* </p>
|
||||
*/
|
||||
package org.springframework.batch.item.file.separator;
|
||||
@@ -1,7 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
<p>
|
||||
Infrastructure implementations of io file support separator concerns.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* <p>
|
||||
* Infrastructure implementations of io file support transform concerns.
|
||||
* </p>
|
||||
*/
|
||||
package org.springframework.batch.item.file.transform;
|
||||
@@ -1,7 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
<p>
|
||||
Infrastructure implementations of io file support transform concerns.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* JMS based reader/writer and related components.
|
||||
*
|
||||
* @author Michael Minella
|
||||
*/
|
||||
package org.springframework.batch.item.jms;
|
||||
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* Java Mail based components.
|
||||
*
|
||||
* @author Michael Minella
|
||||
*/
|
||||
package org.springframework.batch.item.mail;
|
||||
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* <p>
|
||||
* Infrastructure interfaces and primary dependencies for item concerns.
|
||||
* </p>
|
||||
*/
|
||||
package org.springframework.batch.item;
|
||||
@@ -1,7 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
<p>
|
||||
Infrastructure interfaces and primary dependencies for item concerns.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* <p>
|
||||
* Internal support package
|
||||
* </p>
|
||||
*/
|
||||
package org.springframework.batch.item.support;
|
||||
@@ -1,7 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
<p>
|
||||
Internal support package
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* <p>
|
||||
* Infrastructure implementations of item validator concerns.
|
||||
* </p>
|
||||
*/
|
||||
package org.springframework.batch.item.validator;
|
||||
@@ -1,7 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
<p>
|
||||
Infrastructure implementations of item validator concerns.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* <p>
|
||||
* Infrastructure implementations of xml input and output.
|
||||
* </p>
|
||||
*/
|
||||
package org.springframework.batch.item.xml;
|
||||
@@ -1,7 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
<p>
|
||||
Infrastructure implementations of xml input and output.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* Components for adapting JSR item based components to Spring Batch.
|
||||
*
|
||||
* @author Michael Minella
|
||||
*/
|
||||
package org.springframework.batch.jsr.item;
|
||||
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* <p>
|
||||
* Infrastructure implementations of . concerns.
|
||||
* </p>
|
||||
*/
|
||||
package org.springframework.batch;
|
||||
@@ -1,7 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
<p>
|
||||
Infrastructure implementations of . concerns.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* <p>
|
||||
* Infrastructure implementations of repeat callback concerns.
|
||||
* </p>
|
||||
*/
|
||||
package org.springframework.batch.repeat.callback;
|
||||
@@ -1,7 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
<p>
|
||||
Infrastructure implementations of repeat callback concerns.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* <p>
|
||||
* Infrastructure implementations of repeat context concerns.
|
||||
* </p>
|
||||
*/
|
||||
package org.springframework.batch.repeat.context;
|
||||
@@ -1,7 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
<p>
|
||||
Infrastructure implementations of repeat context concerns.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* <p>
|
||||
* Infrastructure implementations of repeat exception handler concerns.
|
||||
* </p>
|
||||
*/
|
||||
package org.springframework.batch.repeat.exception;
|
||||
@@ -1,7 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
<p>
|
||||
Infrastructure implementations of repeat exception handler concerns.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* <p>
|
||||
* Infrastructure implementations of repeat aop concerns.
|
||||
* </p>
|
||||
*/
|
||||
package org.springframework.batch.repeat.interceptor;
|
||||
@@ -1,7 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
<p>
|
||||
Infrastructure implementations of repeat aop concerns.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* <p>
|
||||
* Infrastructure implementations of repeat interceptor concerns.
|
||||
* </p>
|
||||
*/
|
||||
package org.springframework.batch.repeat.listener;
|
||||
@@ -1,7 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
<p>
|
||||
Infrastructure implementations of repeat interceptor concerns.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* <p>
|
||||
* Infrastructure implementations of repeat concerns.
|
||||
* </p>
|
||||
*/
|
||||
package org.springframework.batch.repeat;
|
||||
@@ -1,7 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
<p>
|
||||
Infrastructure implementations of repeat concerns.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* <p>
|
||||
* Infrastructure implementations of repeat policy concerns.
|
||||
* </p>
|
||||
*/
|
||||
package org.springframework.batch.repeat.policy;
|
||||
@@ -1,7 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
<p>
|
||||
Infrastructure implementations of repeat policy concerns.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* <p>
|
||||
* Infrastructure implementations of repeat support concerns.
|
||||
* </p>
|
||||
*/
|
||||
package org.springframework.batch.repeat.support;
|
||||
@@ -1,7 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
<p>
|
||||
Infrastructure implementations of repeat support concerns.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* <p>
|
||||
* Infrastructure implementations of support concerns.
|
||||
* </p>
|
||||
*/
|
||||
package org.springframework.batch.support;
|
||||
@@ -1,7 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
<p>
|
||||
Infrastructure implementations of support concerns.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* <p>
|
||||
* Infrastructure implementations of support transaction concerns.
|
||||
* </p>
|
||||
*/
|
||||
package org.springframework.batch.support.transaction;
|
||||
@@ -1,7 +0,0 @@
|
||||
<html>
|
||||
<body>
|
||||
<p>
|
||||
Infrastructure implementations of support transaction concerns.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user