用於索引群組的註解。這用於定義多個索引的類別上。
@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 值