Class RootClassFilter

    • Method Detail

      • matches

        public boolean matches​(Class<?> candidate)
        Description copied from interface: ClassFilter
        Should the pointcut apply to the given interface or target class?
        Specified by:
        matches in interface ClassFilter
        Parameters:
        candidate - the candidate target class
        Returns:
        whether the advice should apply to the given target class