summaryrefslogtreecommitdiffstats
path: root/docproc/src/main/java/com/yahoo/docproc/DocumentOperationWrapper.java
blob: 2f2cd51bf8b7e4880b9ac910df870d4ebd96761b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.docproc;

import com.yahoo.document.DocumentOperation;

/**
 * @author <a href="mailto:einarmr@yahoo-inc.com">Einar M R Rosenvinge</a>
 */
public interface DocumentOperationWrapper {
    public DocumentOperation getWrappedDocumentOperation();
}