@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE})
@Category(value="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.