KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > xdoclet > modules > web > XDocletModulesWebMessages


1 /*
2  * Copyright (c) 2001, 2002 The XDoclet team
3  * All rights reserved.
4  */

5 package xdoclet.modules.web;
6
7 /**
8  * @author Christoph G. Jung (christoph.jung@infor.de)
9  * @created May 23.12.03
10  * @version $Revision: 1.2 $
11  */

12 public final class XDocletModulesWebMessages
13 {
14     /**
15      * @msg.bundle msg="Generating Service-Endpoint interface for ''{0}''."
16      */

17     public final static String JavaDoc GENERATING_SERVICE_ENDPOINT_FOR = "GENERATING_SERVICE_ENDPOINT_FOR";
18
19     /**
20      * @msg.bundle msg="''pattern'' parameter does not have a '''{0'}'' in it. '''{0'}'' is replaced by EJB name of
21      * the class under processing."
22      */

23     public final static String JavaDoc PATTERN_HAS_NO_PLACEHOLDER = "PATTERN_HAS_NO_PLACEHOLDER";
24
25     /**
26      * @msg.bundle msg="Generated by XDoclet - Do not edit!"
27      */

28     public final static String JavaDoc DO_NOT_EDIT = "DO_NOT_EDIT";
29
30 }
31
Popular Tags