001 /**
002 * **************************************************************************
003 * Copyright (C) NanoContainer Organization. All rights reserved. *
004 * ------------------------------------------------------------------------- *
005 * The software in this package is published under the terms of the BSD *
006 * style license a copy of which has been included with this distribution in *
007 * the LICENSE.txt file. *
008 * *
009 * ***************************************************************************
010 */
011 package org.nanocontainer.nanowar.struts;
012
013 /**
014 * @deprecated Use org.nanocontainer.nanowar.KeyConstants
015 */
016 public interface KeyConstants extends org.nanocontainer.nanowar.KeyConstants {
017
018 }