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 */ 006package org.fcrepo.kernel.api.models; 007 008/** 009 * @author bbpennel 010 * @since Feb 18, 2014 011 */ 012public interface Container extends FedoraResource { 013 014}