Seam Core JSF2 2.3.0.Beta2

org.jboss.seam.annotations.bpm
Annotation Type Transition


@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
public @interface Transition

Marks a method as causing a jBPM transition after the method returns a non-null result without exception.

Author:
Gavin King

Optional Element Summary
 String value
          The transition name, defaults to the name of the method.
 

value

public abstract String value
The transition name, defaults to the name of the method.

Returns:
the transition name
Default:
""

Seam Core JSF2 2.3.0.Beta2

Copyright © 2012 Seam Framework. All Rights Reserved.