Interface Advice.PostProcessor.Factory

    • Method Detail

      • make

        Advice.PostProcessor make​(java.util.List<? extends AnnotationDescription> annotations,
                                  TypeDescription returnType,
                                  boolean exit)
        Creates a post processor for a given advice method.
        Parameters:
        annotations - The annotations of the advice method.
        returnType - The advice method's return type that is being post-processed.
        exit - true if the advice is exit advice.
        Returns:
        The created post processor.