Annotation Interface sqlGroup


@Target({TYPE,METHOD}) @Retention(RUNTIME) @Documented @Inherited public @interface sqlGroup
Container annotation that aggregates several @sql annotations.

Can be used natively, declaring several nested @sql annotations. Can also be used in conjunction with Java 8's support for repeatable annotations, where @sql can simply be declared several times on the same class or method, implicitly generating this container annotation.

This annotation may be used as a meta-annotation to create custom composed annotations.

This annotation will be inherited from an enclosing test class by default. see @NestedTestConfiguration for details.

since:
4.1
Author:
sam Brannen
see Also:
  • Required Element summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    sql[]
     
  • Element Details

    • value

      sql[] value