Class CelSource.Extension

  • Enclosing class:
    CelSource

    @Immutable
    public abstract static class CelSource.Extension
    extends java.lang.Object
    Tag for an extension that were used while parsing or type checking the source expression. For example, optimizations that require special runtime support may be specified. These are used to check feature support between components in separate implementations. This can be used to either skip redundant work or report an error if the extension is unsupported.