1 package com.atlassian.user.search.query;
2
3 /**
4 * Designates that the {@link Query} is looking up groups, and will return
5 * a {@link com.atlassian.user.Group} object for each item of the result.
6 */
7
8 public interface GroupQuery extends Query
9 {
10 }