Class Advice.PostProcessor.Compound

    • Field Detail

      • postProcessors

        private final java.util.List<Advice.PostProcessor> postProcessors
        The represented post processors.
    • Constructor Detail

      • Compound

        protected Compound​(java.util.List<Advice.PostProcessor> postProcessors)
        Creates a new compound post processor.
        Parameters:
        postProcessors - The represented post processors.