Interface DynamicIntroductionAdvice

    • Method Detail

      • implementsInterface

        boolean implementsInterface​(Class<?> intf)
        Does this introduction advice implement the given interface?
        Parameters:
        intf - the interface to check
        Returns:
        whether the advice implements the specified interface