001/*
002 * The contents of this file are subject to the license and copyright
003 * detailed in the LICENSE and NOTICE files at the root of the source
004 * tree.
005 */
006
007package org.fcrepo.kernel.api.operations;
008
009/**
010 * Builder for creating {@link CreateVersionResourceOperation}s
011 *
012 * @author pwinckles
013 */
014public interface CreateVersionResourceOperationBuilder extends ResourceOperationBuilder {
015
016}