001    package com.sptci.echo2;
002    
003    /**
004     * A marker interface used to help identify container components used to
005     * build an application.
006     *
007     * <p>Copyright 2007 Sans Pareil Technologies, Inc.</p>
008     * @author Rakesh Vidyadharan 2007-05-04
009     * @version $Id: View.java 3223 2007-05-07 11:10:01Z rakesh $
010     */
011    public interface View {}