Lines Matching refs:as
11 due to bugs getting fixed, such as type parameters missing from classes
13 such as dropping the "final" modifier in front of every member if the
16 <br/>**This version is deprecated and can no longer be specified as an output
18 behave as expected.**<br/><br/>
21 format adds new information, such as annotations, parameter names and default
22 values, as well as cleans up a number of things (such as dropping
38 developers), we'd like to have nullness annotations (as well as some other
47 And if we were going to change the signature format, we might as well make some
75 The new signature format now includes annotations; not all annotations (such as
76 @Override etc); only those which are significant for the API, such as nullness
79 Annotations are included on the same line as the class/field/method, right
159 referred to as classes that extend java.lang.Enum, or java.lang.Annotation etc.
233 We need to include annotation member methods, as well as their default values
260 includes special modifiers, such as sealed, inline, operator, infix, etc:
314 exactly the same signature as the above:
326 also be part of the v2 signature since (as an example) removing a default value
337 for Java, just as with parameter names, you can specify a special annotation to
393 The old signature file format used "deprecated" as if it was a modifier. In the
429 always written as <?>.
434 the nullness as deprecation ones (which are specially supported in v3 via the
490 modifiers, ignoring some that are not API significant (such as "native"). Note