Annotation Interface SqlPreflights


@Retention(RUNTIME) @Target({METHOD,TYPE}) @Alpha public @interface SqlPreflights
Holder for repeating SqlPreflight annotations.
Since:
3.54.0
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Returns the contained preflight annotations.
  • Element Details