Annotation Type ScriptVariable

    • Element Detail

      • name

        String name
        Specifies the name of the script variable. If empty or not set, then the name is derived from the method or field.
        Returns:
        Name
        Default:
        ""
      • optional

        @Deprecated
        boolean optional
        Deprecated.
        Use injectionStrategy() instead.
        If set to true, the model can be instantiated even if there is no scripting value with the specified name. Default = false.
        Returns:
        Optional
        Default:
        false