constants.gradle
1.2 KB
-
Add @NonNullApi and annotate two packages with it. · 6f2e2491
This new annotation declares everything as non-null by default and can be used as a package annotation in package-info.java. In this change the core lib offline package and the mediasession extension is annotated that way as initial example usage. PiperOrigin-RevId: 260894548
tonihei committed