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
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      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
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String[] citations
      Relevant quotations from the section
      String[] notes
      Other comments about the SpecRef
      String section
      Jakarta Batch section where the behavior is specified
    • 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:
        {}