org.zkoss.spring.webflow.Version Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of zkspring-webflow Show documentation
Show all versions of zkspring-webflow Show documentation
ZK Spring Integration Library WeBflow Library
The newest version!
/* Version.java
{{IS_NOTE
Purpose:
Description:
History:
Feb 7, 2011 12:21:09 PM, Created by ashish
}}IS_NOTE
Copyright (C) 2009 Potix Corporation. All Rights Reserved.
*/
package org.zkoss.spring.webflow;
/**
* The version of ZK Spring Webflow Integration library.
* {@link #UID} must be the same as the version specified in config.xml
* @author henrichen
* @since 3.0
*/
public class Version {
/** Returns the version UID.
*/
public static final String UID = "3.0";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy