Package com.ibm.jbatch.tck.ann
Annotation Type SpecRef
-
@Target(METHOD) @Documented @Retention(RUNTIME) public @interface SpecRef
Reference to a Jakarta Batch section that specifies a particular behavior.
Required Attributes: version, section
Optional Attributes: citations, notes
-
-
Element Detail
-
version
String version
Version of Jakarta Batch where the behavior was first introduced or most recently clarified
List of valid values:- 1.0
- 1.0RevA
- 1.1
-
-
-
section
String section
Jakarta Batch section where the behavior is specified- Default:
- ""
-
-
-
citations
String[] citations
Relevant quotations from the section- Default:
- {}
-
-
-
notes
String[] notes
Other comments about the SpecRef- Default:
- {}
-
-