Annotation for a group of indices. This is used on a class where
there are multiple indices defined.
4.3.2.6.1 Synopsis
@Target(value=java.lang.annotation.ElementType.TYPE) @Retention(value=java.lang.annotation.RetentionPolicy.RUNTIME) public @interface Indices { public Index[] value ; }