用于一组索引的注解。这用于定义了多个索引的类。
@Target(value=java.lang.annotation.ElementType.TYPE) @Retention(value=java.lang.annotation.RetentionPolicy.RUNTIME) public @interface Indices { public Index[] value ;}
public Index[] value ;
索引。
表 4.88 值