Annotation Type NextFunction


  • @Documented
    @Retention(RUNTIME)
    @Target(METHOD)
    @Deprecated
    public @interface NextFunction
    Deprecated.
    Use Next.
    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.
    • Element Detail

      • value

        java.lang.String value
        Deprecated.
        Obtains the name of the next method.
        Returns:
        Name of the next method.