Interface FilterFactory<A extends Annotation,​T>

    • Method Detail

      • create

        Filter<T> create​(A annotation)
        Create a Filter instance.
        Parameters:
        annotation - the Annotation that defines the filter
        Returns:
        a Filter instance