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
On the one hand, I suppose it was kind of cool to advertise the "[https://guava.dev/CacheBuilder](guava.dev/CacheBuilder)" style of link. On the other hand, we normally use `@link` and `@linkplain` when we can: They keep you within the current version of Javadoc (including keeping you looking at local files in your IDE if you're doing that). (They also prevent the Javadoc tool from generating a little "This is an external link" icon (new sometime between Java 11 and Java 21) in its output. That's how I noticed these surprisingly "external" links.)
RELNOTES=n/a
PiperOrigin-RevId: 711799401
0 commit comments