1   package com.atlassian.user.search.query;
2   
3   /**
4    * Performs a query on a membership association.
5    *
6    * @deprecated since 2.1 because none of the implementations of this interface actually work. Use the new embedded Crowd search API instead.
7    * @see com.atlassian.crowd.embedded.api.CrowdReadOnlyService#search
8    * @see com.atlassian.crowd.search.builder.QueryBuilder
9    */
10  @SuppressWarnings({"JavadocReference"})
11  public interface MembershipQuery extends Query
12  {
13  }