站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss Seam 1.2.0 patch1 API 英文版文档

Transition (JBoss Seam API Documentation) - JBoss Seam 1.2.0 patch1 API 英文版文档


org.jboss.seam.annotations
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.


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:
""