Annotation Type APIRef


  • @Target(METHOD)
    @Documented
    @Retention(RUNTIME)
    public @interface APIRef
    Reference to a Jakarta Batch API that specifies a particular behavior.

    Required Attributes
    Optional Attributes: className, methodName, note
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String className
      Name of the class where the behavior is specified
      String[] methodNames
      Names of the methods where the behavior is specified
      String[] notes
      Other comments about the APIRef
    • Element Detail

      • className

        String className
        Name of the class where the behavior is specified
        Default:
        ""
      • methodNames

        String[] methodNames
        Names of the methods where the behavior is specified
        Default:
        {}
      • notes

        String[] notes
        Other comments about the APIRef
        Default:
        {}