-
Notifications
You must be signed in to change notification settings - Fork 564
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
4.x: Udpates to types and annotation processing (#9168)
* APT codegen - removing public methods from package private class - deprecating all public types, as these should not be used outside of this module (only the processor is public, as it is a ServiceLoader provider implmentation) - caching TypeInfo within a single annotation processing round - now handles all processed types, to be able to trigger based on "meta" annotations Class model: Bugfix in class model, where content support used deprecated (and failing) method. Added support for volatile fields Types: Updated with latest behavior of builder (mutated lists) * Fix metadata codegen, to only store the file if there are modules available (i.e. never store empty array).
- Loading branch information
1 parent
6665d7c
commit fc2e0bb
Showing
17 changed files
with
742 additions
and
117 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.