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