blob: 3f28ee092a7f7c9f5f7eddaa8c1517d141e10bd7 [file] [log] [blame]
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
public @interface Indices
{
/**
* The indices
* @return The indices
*/
Index[] value();
}