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

[23] Add implementation for Types#stripAnnotations() #3439

Closed
jarthana opened this issue Dec 12, 2024 · 1 comment · Fixed by #3444
Closed

[23] Add implementation for Types#stripAnnotations() #3439

jarthana opened this issue Dec 12, 2024 · 1 comment · Fixed by #3444
Assignees
Milestone

Comments

@jarthana
Copy link
Member

This was added in Java 23. ECJ should provide implementation in the TypesImpl.

@jarthana jarthana self-assigned this Dec 12, 2024
@jarthana jarthana added this to the 4.35 M1 milestone Dec 12, 2024
@srikanth-sankaran
Copy link
Contributor

See org.eclipse.jdt.internal.compiler.lookup.TypeBinding.unannotated() on the internal non-api side which can serve the purpose for putting together an API implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants