Annotation Interface SQLActions


@Documented @Target({PACKAGE,TYPE}) @Retention(CLASS) public @interface SQLActions
Container for multiple SQLAction annotations (in case it is convenient to hang more than one on a given program element).

This container annotation is documented for historical reasons (it existed in PL/Java versions targeting earlier Java versions than 8). In new code, it would be more natural to simply hang more than one SQLAction annotation directly on a program element.

Author:
Thomas Hallgren - pre-Java6 version, Chapman Flack (Purdue Mathematics) - updated to Java6, added SQLActions
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The group of SQLAction annotations.
  • Element Details

    • value

      SQLAction[] value
      The group of SQLAction annotations.