Annotation Interface CompoundIndexes


@Target(TYPE) @Documented @Retention(RUNTIME) public @interface CompoundIndexes
Container annotation that allows to collect multiple CompoundIndex annotations.

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

Author:
Jon Brisbin, Christoph Strobl
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description