Annotation Type JawkFunction


@Retention(RUNTIME) @Target(METHOD) public @interface JawkFunction
Marks a method as the implementation of an Awk extension function.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details

    • value

      String value
      Returns:
      the Awk function name that should be mapped to the annotated method.