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
which makes no sense since this type was not public to begin with and so could not have been used externally even without the checker. (Except by something injecting a class into the same package, which we assume is malicious, and solvable anyway via Sealed: true.) Since this is a mistake, it should be made into a compile-time error by the annotation processor.
The text was updated successfully, but these errors were encountered:
I have noticed this in the field:
which makes no sense since this type was not public to begin with and so could not have been used externally even without the checker. (Except by something injecting a class into the same package, which we assume is malicious, and solvable anyway via
Sealed: true
.) Since this is a mistake, it should be made into a compile-time error by the annotation processor.The text was updated successfully, but these errors were encountered: