Lines Matching refs:from
43 metalava extracts metadata from source code to generate artifacts such as the
77 * Ability to read in an existing android.jar file instead of from source, which
82 * Ability to merge in data (annotations etc) from external sources, such as
123 and reinsert during import. Specifically, drop "java.lang." from package
147 in from external sources, but also inferring whether nullness annotations have
159 as well and metalava will parse and extract API information from them just as
165 (e.g. you can change a parameter from non null to nullable for final classes,
175 StringBuilder.setLength(int) was missing from the API signatures since it is a
176 public method inherited from a package protected super class, which the API
299 from the support library, where you can express the intended visibility if the
314 a model not just from parsing source code, but from reading older SDK
341 There are methods to load codebases - from source folders, from a .jar file,
342 from a signature file. That's how API diffing is performed: you load two
343 codebases (from whatever source you want, typically a previous API signature
453 docs (such as documenting permissions, ranges and typedefs from annotations) was