Annotation 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
-
Element Details
-
value
CompoundIndex[] value
-