Annotation Interface RequiresFormat


@Retention(RUNTIME) @Target(METHOD) public @interface RequiresFormat
Class annotation for Macro implementations to define what format the macro body should be passed to the execute method as.
Since:
4.0
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Defines the format type required by the execute() method on Macros
  • Element Details

    • value

      Format value
      Defines the format type required by the execute() method on Macros
      Returns:
      The specified format for the Macro class.