Interface EndOfAnalysis


@Beta public interface EndOfAnalysis
Common interface for providing callbacks that are triggered at the end of a module's analysis, after all files have been scanned. Warning: keeping state between files can lead to memory leaks. Implement with care.