@Target(ElementType.TYPE) 
@Retention(RetentionPolicy.RUNTIME)
public @interface Indices
{
    /**
     * The indices
     * @return The indices
     */
    Index[] value();
}
