Annotation Type QueryGroupIndex.List
-
@Retention(RUNTIME) @Target(TYPE) public static @interface QueryGroupIndex.List
List of group indexes for type.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description QueryGroupIndex[]
value
Gets array of group indexes.
-
-
-
Element Detail
-
value
QueryGroupIndex[] value
Gets array of group indexes.- Returns:
- Array of group indexes.
-
-