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

Enable to define a custom "@Inject" marker (ie add some extension point for reflection doing getAnnotation/isAnnotationPresent on this marker) #1782

Open
rmannibucau opened this issue Dec 7, 2023 · 0 comments

Comments

@rmannibucau
Copy link

High level the idea is to be able to use guice without leaking it as an API in a product with some SPI/extension point.
Leaking @Inject is not always desired so would be neat to not require some bytecode manipulation to implement it, code does not look crazy and could even enable to make all last guice version "forks" to converge to a single version with this abstraction and be compatible with hybrid system using javax and jakarta modules.

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

No branches or pull requests

1 participant