RESOLVED - BATCH-699: Document thread safety

Added javadoc mostly to ItemReaders and ItemWriters adn fixed the misleading javadoc of ItemReader interface.
This commit is contained in:
robokaso
2008-07-02 11:11:16 +00:00
parent 5cd1efd248
commit fa54917a0a
21 changed files with 169 additions and 92 deletions

View File

@@ -26,6 +26,8 @@ import java.io.Serializable;
* A BatchStatus can be safely serialized, however, it should be noted that the pattern can break down if different
* class loaders load the enumeration.
*
* This class is immutable and therefore thread-safe.
*
* @author Lucas Ward
* @author Greg Kick
*/

View File

@@ -22,6 +22,8 @@ import org.apache.commons.lang.builder.HashCodeBuilder;
* equals another. Furthermore, because these parameters will need to be
* persisted, it is vital that the types added are restricted.
*
* This class is immutable and therefore thread-safe.
*
* @author Lucas Ward
* @since 1.0
*/