类 TypePatternClassFilter

    • 方法详细资料

      • 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.

        参数:
        typePattern - the type pattern that AspectJ weaver should parse
        抛出:
        IllegalArgumentException - if the supplied typePattern is null or is recognized as invalid