-
@Documented @Target({PACKAGE,TYPE}) @Retention(CLASS) public @interface SQLActions
Container for multipleSQLAction
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
-
-
Element Detail
-
value
SQLAction[] value
The group of SQLAction annotations.
-
-