Annotation Interface SupportedEnvironments


@Documented @Retention(RUNTIME) @Target(METHOD) public @interface SupportedEnvironments
Defines the environments in which this function is supported
By default, all functions created with the @Function annotation will be marked as supported in the low code platform environment. See Environment for a list of valid environments
This information is used to show design guidance in the interface designer
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    com.appiancorp.core.expr.Environment[]
     
  • Element Details

    • value

      com.appiancorp.core.expr.Environment[] value
      Default:
      {LOW_CODE_PLATFORM}