Annotation Type FlowLink
-
@Documented public @interface FlowLink
FlowLink
of aManagedObjectSource
.- Author:
- Daniel Sagenschneider
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
method
Obtains the name of the method to link theFlowLink
.java.lang.String
name
Obtains the name of theManagedObjectFlow
.
-
-
-
Element Detail
-
name
java.lang.String name
Obtains the name of theManagedObjectFlow
.- Returns:
- Name of the
ManagedObjectFlow
.
-
-