Annotation Interface HiddenCategory


@Retention(RUNTIME) @Target({METHOD,TYPE}) @Category("category.name.Hidden") public @interface HiddenCategory
Functions annotated with this annotation will not show up in the Expression Editor UI. However, the functions will still be executable wherever Java Expression Functions are permitted.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Category Key