You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use @internal quite extensively, yet, the DebugClassLoader class doesn't warn when one uses such a tagged class/interface/trait.
We should trigger the same kind of deprecation as we already do for @final, with the added condition that the root namespace needs to be different (don't trigger within the same root namespace.)