// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. /** * Query profile types defines the set of fields a query profile may, can or must have. Query profile * types may be inherited in a type hierarchy. */ @ExportPackage @PublicApi package com.yahoo.search.query.profile.types; import com.yahoo.api.annotations.PublicApi; import com.yahoo.osgi.annotation.ExportPackage;