KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > ofbiz > content > layout > LayoutServices


1 package org.ofbiz.content.layout;
2
3
4 /**
5  * LayoutServices Class
6  *
7  * @author <a HREF="mailto:byersa@automationgroups.com">Al Byers</a>
8  * @version $Rev: 5462 $
9  * @since 3.0
10  *
11  *
12  */

13 public class LayoutServices {
14
15     public static final String JavaDoc module = LayoutServices.class.getName();
16
17 }
18
Popular Tags