KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > apache > avalon > phoenix > Constants


1 /*
2  * Copyright (C) The Apache Software Foundation. All rights reserved.
3  *
4  * This software is published under the terms of the Apache Software License
5  * version 1.1, a copy of which has been included with this distribution in
6  * the LICENSE.txt file.
7  */

8 package org.apache.avalon.phoenix;
9
10 /**
11  * Package access to kernel constants.
12  *
13  * @author <a HREF="mailto:peter at apache.org">Peter Donald</a>
14  * @deprecated User code should not be directly referencing this class
15  */

16 public interface Constants
17 {
18     String JavaDoc SOFTWARE = "@@NAME@@";
19     String JavaDoc VERSION = "@@VERSION@@";
20     String JavaDoc DATE = "@@DATE@@";
21 }
22
Popular Tags