JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
net.officefloor.plugin.section.clazz
Annotation Interface Next
@Documented
@Retention
(
RUNTIME
)
@Target
(
METHOD
)
public @interface
Next
Annotates a method with the name of the next in the
Flow
.
Author:
Daniel Sagenschneider
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
value
Obtains the name of the next in the
Flow
.
Element Details
value
String
value
Obtains the name of the next in the
Flow
.
Returns:
Name of the next in the
Flow
.