All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jboss.seam.annotations.Outcome Maven / Gradle / Ivy

There is a newer version: 3.2.26.ayg
Show newest version
//$Id: Outcome.java 5516 2007-06-25 17:51:16Z gavin $
package org.jboss.seam.annotations;

@Deprecated
public class Outcome {
	/**
	 * Annotations may not specify a null String. This value lets us specify a
	 * null outcome in an annotation such as @Begin(ifOutcome=...).
	 * 
	 * @deprecated
	 */
	@Deprecated
	public static final String REDISPLAY = "org.jboss.seam.outcome.null";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy