Annotation Type NextFunction
-
@Documented @Retention(RUNTIME) @Target(METHOD) @Deprecated public @interface NextFunction
Deprecated.UseNext
.Annotates a method with the name of the next method (ManagedFunction
).- Author:
- Daniel Sagenschneider
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
value
Deprecated.Obtains the name of the next method.
-