Annotation 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
-
Element Details
-
value
String valuePath to script resource (from classpath or plugin resources) with function JavaScript implementations.
-