Interface ClassFilter

    • Field Summary

      Fields 
      Modifier and TypeFieldDescription
      static ClassFilterTRUE
      Canonical instance of a ClassFilter that matches all classes.
    • Field Detail

      • TRUE

        static final ClassFilter TRUE
        Canonical instance of a ClassFilter that matches all classes.
    • Method Detail

      • matches

        boolean matches​(Class<?> clazz)
        Should the pointcut apply to the given interface or target class?
        Parameters:
        clazz - the candidate target class
        Returns:
        whether the advice should apply to the given target class