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

4.x: Codegen consistency for meta-annotations #9719

Open
tomas-langer opened this issue Feb 2, 2025 · 0 comments
Open

4.x: Codegen consistency for meta-annotations #9719

tomas-langer opened this issue Feb 2, 2025 · 0 comments
Labels
4.x Version 4.x codegen enhancement New feature or request

Comments

@tomas-langer
Copy link
Member

io.helidon.common.types.TypeInfoBlueprint#hasMetaAnnotation(io.helidon.common.types.TypeName, io.helidon.common.types.TypeName) should be deprecated.
io.helidon.common.types.AnnotationBlueprint#hasMetaAnnotation should be used instead.

Currently we do not create all annotation instances with proper meta annotation information, so we need to check both of these methods.
The first method should eventually be removed, and all meta information of an annotation should be available on the annotation instance itself.

@tomas-langer tomas-langer added 4.x Version 4.x codegen enhancement New feature or request labels Feb 2, 2025
@github-project-automation github-project-automation bot moved this to Triage in Backlog Feb 2, 2025
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 enhancement New feature or request
Projects
Status: Triage
Development

No branches or pull requests

1 participant