Annotation Interface DataSourceScript
Annotation used on data source class (class must be also marked with
DataSource
annotation) will
cause injection of given script with dynamic form implementation.- Author:
- Ćukasz Mocek 2018-01-30
-
Required Element Summary
Required Elements
-
Element Details
-
value
String valuePath to script resource (from classpath or plugin resources) which will be injected to specific fragments.
-