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

Track @ApolloExperimental symbols in public API #6416

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

martinbonnin
Copy link
Contributor

Follow up from #6407: we also use @ApolloExperimental symbol accross module boundaries so we need to track those as well.

In a perfect world, we need a specific @OptIn symbol for each module that is added to that specific module (@ExperimentalApolloRuntimeApi, ...). I'm too lazy to do it now and also don't want to introduce too much annotation noise so this is left for a future PR.

Changes to @ApolloExperimental apis will need to be evaluated manually whether they are safe to do (because not used by other modules) or require additional care.

@martinbonnin martinbonnin requested a review from BoD as a code owner March 7, 2025 14:44
@svc-apollo-docs
Copy link
Collaborator

svc-apollo-docs commented Mar 7, 2025

✅ Docs preview has no changes

The preview was not built because there were no changes.

Build ID: de6899c114e7e6944e492a42

@martinbonnin martinbonnin force-pushed the fix-opt-in-annotations branch from d27737e to 648fbf9 Compare March 7, 2025 15:05
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 this pull request may close these issues.

2 participants