类 RootClassFilter

    • 方法详细资料

      • matches

        public boolean matches​(Class<?> candidate)
        从接口复制的说明: ClassFilter
        Should the pointcut apply to the given interface or target class?
        指定者:
        matches 在接口中 ClassFilter
        参数:
        candidate - the candidate target class
        返回:
        whether the advice should apply to the given target class