Annotation Interface Filter


@Retention(RUNTIME) @Target(PARAMETER) public @interface Filter
Used to inject a set of cache keys into a function execution, The annotated parameter must be of type Set. This is used by the function invocation to specify a set of keys of interest and also to define an additional parameter on the function implementation method containing the filter.
Author:
David Turanski