From a4c3e7266603f3ecd341739eedce7e77574d76c1 Mon Sep 17 00:00:00 2001 From: dhgarrette Date: Fri, 13 Mar 2009 17:51:12 +0000 Subject: [PATCH] RESOLVED - BATCH-1151: Add IDE support to in xsd. Also refactored a bit so that all element types reuse the same common attributes. --- .../configuration/xml/spring-batch-2.0.xsd | 125 ++++++++---------- 1 file changed, 52 insertions(+), 73 deletions(-) diff --git a/spring-batch-core/src/main/resources/org/springframework/batch/core/configuration/xml/spring-batch-2.0.xsd b/spring-batch-core/src/main/resources/org/springframework/batch/core/configuration/xml/spring-batch-2.0.xsd index 12d8f641f..0632af73c 100644 --- a/spring-batch-core/src/main/resources/org/springframework/batch/core/configuration/xml/spring-batch-2.0.xsd +++ b/spring-batch-core/src/main/resources/org/springframework/batch/core/configuration/xml/spring-batch-2.0.xsd @@ -324,7 +324,7 @@ - + @@ -535,85 +535,64 @@ - + - - + + + + A reference to a listener, a POJO with a + listener-annotated method, or a POJO with + a method referenced by a *-method attribute. + + + + + + + + + + A class name used to create a listener from the default constructor. + + + + + + + + - - - - - A reference to a JobExecutionListener or a POJO - (with before-job-method / after-job-method). - - - - - - - - - - A class name used to create a job execution listener from the default constructor. - - - - - - - - - - + + + + + + - - - - - - - - - - - - - A class name used to create a StepListener from the default constructor. If the class - does not - implement StepListener then either a *-method attribute must be provided, - or source level anntotations must be - present for the listener method to be detected. - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + +