Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for additional modifiers #9201

Merged
merged 2 commits into from
Aug 26, 2024

Conversation

tomas-langer
Copy link
Member

@tomas-langer tomas-langer commented Aug 26, 2024

Resolves #9202

Added modifiers:

  • transient
  • volatile
  • synchronized
  • native

Both to the enum, and to codegen (APT supports it already, as it uses the same strings, added support to scanning based codegen)

 - transient
 - volatile
 - synchronized
 - native
@tomas-langer tomas-langer added 4.x Version 4.x codegen labels Aug 26, 2024
@tomas-langer tomas-langer added this to the 4.2.0 milestone Aug 26, 2024
@tomas-langer tomas-langer self-assigned this Aug 26, 2024
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Aug 26, 2024
@tomas-langer tomas-langer merged commit 9aa5681 into helidon-io:main Aug 26, 2024
44 checks passed
@tomas-langer tomas-langer deleted the codegen-modifiers branch August 26, 2024 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x Version 4.x codegen OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Suport additional modifiers in codegen
2 participants