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 Indices {
public Index[] value ;
}
The indices.
Table 4.88 value
Parameter |
Description |
return |
The indices |