org.jboss.seam.annotations.Outcome Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jboss-seam Show documentation
Show all versions of jboss-seam Show documentation
Seam core module for Seam framework integrated with JSF2
//$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";
}