001    /*
002     * file FolderVersion.java
003     *
004     * Licensed Materials - Property of IBM
005     * Restricted Materials of IBM
006     *
007     * (c) Copyright IBM Corporation 2004, 2008.  All Rights Reserved. 
008     * Note to U.S. Government Users Restricted Rights:  Use, duplication or  
009     * disclosure restricted by GSA ADP  Schedule Contract with IBM Corp. 
010     */
011    package javax.wvcm;
012    
013    /**
014     * A proxy for a folder version resource.
015     * 
016     * Each binding of a folder version resource is a binding to the
017     * version history of a version-controlled member of the version-controlled folder
018     * when this folder version was created.
019     * 
020     * @since 1.0
021     */
022    public interface FolderVersion extends Version, Folder {
023    
024    }