• Home
  • Raw
  • Download

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).
41 signature files, the SDK stub files, external annotations etc.
79 * Ability to merge in data (annotations etc) from external sources, such as
80 IntelliJ external annotations data as well as signature files containing
81 annotations. This isn't just merged at export time, it's merged at codebase
90 instead of "abstract class extends java.lang.Enum", annotations as
97 * Add support for writing (and reading) annotations into the signature
98 files. This is vital now that some of these annotations become part of the
105 bloated with @NonNull and @Nullable annotations everywhere. So instead, the
129 Similarly, annotations (the ones considered part of the API; unknown
130 annotations are not included in signature files) use just the simple name
142 * Built-in support for injecting new annotations for use by the Kotlin compiler,
143 not just nullness annotations found in the source code and annotations merged
144 in from external sources, but also inferring whether nullness annotations have
218 324 methods and fields were missing nullness annotations out of 650 total
279 * Support for extracting annotations. Metalava can also generate the external
306 modifier lists (including annotations).
427 annotations as migrated. To do this, it just extends `ComparisonVisitor`,
429 item has no nullness annotations and the new one does, and if so, also marks the
430 new annotations as @Migrate.
450 docs (such as documenting permissions, ranges and typedefs from annotations) was