master
Sort classes in `AbstractPackageSanityTests`.
Use `Class.asSubclass` instead of unchecked casts.
Fill in Javadoc for some APIs that are missing it.
Remove some `final` keywords from methods in `final` classes.
Internal change.
Use yet more static imports.
Adapt to the once and future TODO style.
Add explicit constructors to classes that were relying on the implicit default constructor.
Make our versions of `@IgnoreJRERequirement` support `FIELD`.
Update comments about `NullPointerTester` under Android.
Remove `emulated = true` from `@GwtCompatible` usages.
Make nested package-private classes `final`.
Use `@NullMarked` instead of our custom `@ElementTypesAreNonnullByDefault` annotations.