Interface GenerationCompleteCallback


  • public interface GenerationCompleteCallback
    A call-back used for testing. When javac invokes the Annotation Processor the generated source code is returned to the miscfeatures via this call-back rather than having javac write the generated source code to a file and compiled.
    • Method Detail

      • generationComplete

        void generationComplete​(String code)
        The source code has been generated.
        Parameters:
        code - The generated source code.