Annotation Interface FunctionsScript


@Api @Retention(RUNTIME) @Target(TYPE) public @interface FunctionsScript
Annotation used on functions class (annotated with @Functions annotation) will cause injection of given script with functions implementations.
Author:
Cezary Kozar 20 sty 2016
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Path to script resource (from classpath or plugin resources) with function JavaScript implementations.
  • Element Details

    • value

      String value
      Path to script resource (from classpath or plugin resources) with function JavaScript implementations.