Interface PostProcessHandler

    • Method Detail

      • postProcess

        void postProcess​(HandlerContext context,
                         Feature feature,
                         Extension extension)
        Post process the feature with respect to the extension. Post processing is invoked after all extensions have been merged.
        Parameters:
        context - Context for the handler
        feature - The feature
        extension - The extension
        Throws:
        IllegalStateException - If post processing failed