Annotation Interface DataSourceScript


@Api @Retention(RUNTIME) @Target(TYPE) public @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
    Modifier and Type
    Required Element
    Description
    Path to script resource (from classpath or plugin resources) which will be injected to specific fragments.
  • Element Details

    • value

      String value
      Path to script resource (from classpath or plugin resources) which will be injected to specific fragments.