Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Maintenance work
View staffing
Description
APIs that is meant to be only used by Room generated code are currently
@RestricTo(LIBRARY_GROUP_PREFIX)
. We should make it more clear that those APIs are only meant to be used by generate code, either with comments or maybe with a new source-only annotation,@ApiForGenerated
. Something that describes well that those APIs are effectily public APIs for the generated code and caution must be taken of when to use them and how to evolve them.