Annotation Interface FunctionName


@Retention(RUNTIME) @Target(METHOD) public @interface FunctionName
Marks a method as a template function. The method takes the already-resolved argument list (List<String>) and returns the resulting string. Combined with the enclosing Namespace to form the full function name.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details