feat(scan): propagate ScanResult to `ModuleInfo` and `PackageInfo` annotations by aurimasniekis · Pull Request #919 · classgraph/classgraph
Navigation Menu
{{ message }}
classgraph / classgraph Public
- Notifications You must be signed in to change notification settings
- Fork 300
Merged
lukehutch merged 1 commit intoclassgraph:latestfrom
Oct 10, 2025Merged
feat(scan): propagate ScanResult to ModuleInfo and PackageInfo annotations#919
lukehutch merged 1 commit intoclassgraph:latestfrom
feat(scan): propagate ScanResult to ModuleInfo and PackageInfo annotations#919
lukehutch merged 1 commit intoclassgraph:latestfrom
Conversation
Copy link
Contributor
aurimasniekis
commented
Sep 23, 2025
aurimasniekis
commented
Introduce setScanResult methods in ModuleInfo and PackageInfo to assign ScanResult context to their associated annotations. This enables annotations to access scanning metadata when class info is enabled. Called from ScanResult during post-processing.
Introduce setScanResult methods in ModuleInfo and PackageInfo to assign ScanResult context to their associated annotations. This enables annotations to access scanning metadata when class info is enabled. Called from ScanResult during post-processing.
aurimasniekis
mentioned this pull request
Copy link
Member
lukehutch
commented
Oct 10, 2025
lukehutch commented
Oct 10, 2025Thanks, good catch! This looks right to me.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment