Lines Matching refs:annotations

14   annotations.
16 * Extracting source level annotations into external annotations file (such as
17 the typedef annotations, which cannot be stored in the SDK as .class level
18 annotations).
44 signature files, the SDK stub files, external annotations etc.
82 * Ability to merge in data (annotations etc) from external sources, such as
83 IntelliJ external annotations data as well as signature files containing
84 annotations. This isn't just merged at export time, it's merged at codebase
93 instead of "abstract class extends java.lang.Enum", annotations as
100 * Add support for writing (and reading) annotations into the signature
101 files. This is vital now that some of these annotations become part of the
108 bloated with @NonNull and @Nullable annotations everywhere. So instead, the
132 Similarly, annotations (the ones considered part of the API; unknown
133 annotations are not included in signature files) use just the simple name
145 * Built-in support for injecting new annotations for use by the Kotlin compiler,
146 not just nullness annotations found in the source code and annotations merged
147 in from external sources, but also inferring whether nullness annotations have
221 324 methods and fields were missing nullness annotations out of 650 total
282 * Support for extracting annotations. Metalava can also generate the external
309 modifier lists (including annotations).
430 annotations as migrated. To do this, it just extends `ComparisonVisitor`,
432 item has no nullness annotations and the new one does, and if so, also marks the
433 new annotations as @Migrate.
453 docs (such as documenting permissions, ranges and typedefs from annotations) was