Lines Matching refs:s
8 1. The format emitted by doclava, and used for Android's signature files up
78 Here's how this looks:
86 (Notice how the annotations are not using fully qualified name; that's discussed
100 explicit nullness, use Kotlin's syntax for nullness. That means that for
102 and otherwise there's no suffix. In other words:
189 whereas in the v2 format it's included:
211 Note how that's "throws Throwable" instead of "throws X". This results in b/110302703.
230 since those are API-significant. Here's how this looks in the v2 file format
265 Kotlin's Java support means that it wil take a Kotlin property and compile it
286 the getters and setters away from the defaults), but it's helpful to be explicit
294 Here's an example:
352 files, that method does not exist, but clearly it's there in the SDK. The reason
373 generated by the compiler. There's no reason to list these in the signature
375 it's just extra noise.