Class TypePatternClassFilter

    • Method Detail

      • setTypePattern

        public void setTypePattern​(String typePattern)
        Set the AspectJ type pattern to match.

        Examples include: org.springframework.beans.* This will match any class or interface in the given package. org.springframework.beans.ITestBean+ This will match the ITestBean interface and any class that implements it.

        These conventions are established by AspectJ, not Spring AOP.

        Parameters:
        typePattern - the type pattern that AspectJ weaver should parse
        Throws:
        IllegalArgumentException - if the supplied typePattern is null or is recognized as invalid