jakartaee / batch

The Jakarta Batch project produces the Batch Specification and API.
https://projects.eclipse.org/projects/ee4j.batch
Apache License 2.0
13 stars 17 forks source link

JSL does not refer to the interfaces required #102

Open follis opened 4 years ago

follis commented 4 years ago

Originally opened as bug 4739 by mminella

--------------Original Comment History---------------------------- Comment from = mminella on 2013-03-08 20:30:03 +0000

Throughout section 8 where the various JSL elements are defined, most of those elements must be associated with an implementation of a particular interface. While one could assume that association, it may be a bit more explicit to say in each section. For example, 8.2.1.1 (Reader) would identify that the ref must refer to a class that implements the ItemReader interface.


Comment from = cvignola on 2013-03-11 15:17:44 +0000

yeah, clarification does not hurt ...